Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training process #51

Open
Hu1-Li opened this issue Feb 19, 2024 · 2 comments
Open

Training process #51

Hu1-Li opened this issue Feb 19, 2024 · 2 comments

Comments

@Hu1-Li
Copy link

Hu1-Li commented Feb 19, 2024

  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?

@xuhongzuo
Copy link
Owner

xuhongzuo commented Feb 26, 2024 via email

@asha24choudhary
Copy link

asha24choudhary commented Apr 25, 2024

Hello. I want to know how the threshold is set? I can see what the threshold is but I want to know the math behind a threshold being selected for instance if we use TranAD. Also while training TranAD I want to know what the optimal way a time series data should be like? Should the data have time as a separate column or it should have time as index or we can just have an array of data where the timing info can be neglected? Also is some kind of preprocessing like min-max is needed before training the data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants