Binary Classifier of Spurious Closure of DHSV #7
Replies: 3 comments 3 replies
-
Hi, Ricardo. How do I get the labels of the test data (X_test)? The function extract_test_samples doesn't return a variable y_test? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
-
My intention is to evaluate the accuracy of my model. If I am not wrong, I should calculate y_pred using my model and so I use the method fold.calculate_partial_metrics(y_pred, event_labels) to see the accuracy of this model, right? Thank you! It seems obvious but I wanted to be sure. |
Beta Was this translation helpful? Give feedback.
-
Hi @ricardoevvargas. One thing I didn't understand well. If I want to implement, for instance, a SEVERE_SLUGGING experiment based on code above I have an error saying that the file folds_clf_03.csv does not exist. I can see that for DHSV there is a file folds_clf_01.csv into dataset/folds and this csv file is read. How would I create the fold files for other experiments? How was that one created for DHSV? |
Beta Was this translation helpful? Give feedback.
-
Would you like to share in this repository a new approach for this specific problem?
We encourage you to submit a pull request with a file named
problems\01_binary_classifier_of_spurious_closure_of_dhsv\[your_name_here].ipynb
that you developed to solve this problem. If we like your approach, your file could be listed in this repository as a 3W toolkit's example of use.Thanks for the contribution!
Beta Was this translation helpful? Give feedback.
All reactions