remove model selection based on validation loss
This commit is contained in:
@@ -23,4 +23,4 @@ df.serverLabel = df.serverLabel.astype(np.bool)
|
||||
df.virusTotalHits = df.virusTotalHits.astype(np.int8)
|
||||
df.trustedHits = df.trustedHits.astype(np.int8)
|
||||
|
||||
df.to_csv("/tmp/rk/{}.csv".format(fn), encoding="utf-8")
|
||||
df.to_csv("/tmp/rk/data/{}.csv".format(fn), encoding="utf-8")
|
||||
|
Reference in New Issue
Block a user