MontagueM / TBPS_Team8

0 stars 1 forks source link

We want to know the row indices of all the data that was cut off after ML filtering #6

Closed metrosierra closed 2 years ago

metrosierra commented 2 years ago

this is to compare with the hard coding team's results

vidh2000 commented 2 years ago

So all data which wasn't recognised as the signal? Should I submit a .pkl/.txt file with indices?

metrosierra commented 2 years ago

I think it could be better/tidier to code the index generating function and push it so that our team can use your ML model and this function to get the information in our own session. This is to make sure we know exactly how we obtained the data file to compare with.

vidh2000 commented 2 years ago

Uploaded in the folder. Both the updated classifier with required methods and already extracted indices in a .txt file. The class also contains a method which allows for direct extraction of required events from total_dataset and to save them into a new .pkl file.