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
Is it possible to get an example with details (file formats) on how to train allsorts on a dataset of counts? I attempted
python ALLSorts -train -samples dir_data/Tcounts.csv -labels dir_data/data_labels.csv -model_dir model
and received the error :
python3.8/site-packages/sklearn/model_selection/_validation.py:532: FitFailedWarning: Estimator fit failed. The score on this train-test partition for these parameters will be set to nan. Details:
ValueError: at least one array or dtype is required
The text was updated successfully, but these errors were encountered:
Is it possible to get an example with details (file formats) on how to train allsorts on a dataset of counts? I attempted
python ALLSorts -train -samples dir_data/Tcounts.csv -labels dir_data/data_labels.csv -model_dir model
and received the error :
python3.8/site-packages/sklearn/model_selection/_validation.py:532: FitFailedWarning: Estimator fit failed. The score on this train-test partition for these parameters will be set to nan. Details:
ValueError: at least one array or dtype is required
The text was updated successfully, but these errors were encountered: