DeepOD icon indicating copy to clipboard operation
DeepOD copied to clipboard

Training process

Open Hu1-Li opened this issue 4 months ago • 2 comments

  1. about the train process, why in deepod there is no validation dataset?

  2. for the decision function

clf = ...
clf.fit(X_train)
scores = clf.decision_function(X_test)

then i use roc_curve(y_test, scores) the get the best threshold, then use this threshold as parameter for later use. is this right?

Hu1-Li avatar Feb 19 '24 11:02 Hu1-Li