changed from thundersvm to sklearn ocsvm
This commit is contained in:
@@ -597,7 +597,7 @@ def main(
|
||||
deepSAD.save_model(export_model=xp_path + "/model_deepsad.tar")
|
||||
if train_ocsvm:
|
||||
ocsvm.save_results(export_pkl=xp_path + "/results_ocsvm.pkl")
|
||||
ocsvm.save_model(export_path=xp_path + "/model_ocsvm.bin")
|
||||
ocsvm.save_model(export_path=xp_path + "/model_ocsvm.pkl")
|
||||
if train_isoforest:
|
||||
Isoforest.save_results(
|
||||
export_pkl=xp_path + "/results_isoforest.pkl"
|
||||
@@ -616,7 +616,7 @@ def main(
|
||||
export_pkl=xp_path + f"/results_ocsvm_{fold_idx}.pkl"
|
||||
)
|
||||
ocsvm.save_model(
|
||||
export_path=xp_path + f"/model_ocsvm_{fold_idx}.bin"
|
||||
export_path=xp_path + f"/model_ocsvm_{fold_idx}.pkl"
|
||||
)
|
||||
if train_isoforest:
|
||||
Isoforest.save_results(
|
||||
|
||||
Reference in New Issue
Block a user