You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we all have an ad-hoc method for loading the dataset. We need to unify the process. So is here the plan:
a generic load_dataset() method that does the very basic processing of the dataset (eg cid > 30000)... an outcome can well be a .pkl file to speed up the processing
for making it reusable (not by copy and paste), maybe a pure Python script is possible
a success story of the two previous points is that all our procedures (neural network, linear regression, tree-based methods, etc.) rely on the same load_dataset()
Right now, we all have an ad-hoc method for loading the dataset. We need to unify the process. So is here the plan:
.pklfile to speed up the processingnbyesfeatures by default