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
Hi, would it be possible to describe how to prepare training data (custom) or provide the csv files used to preprocess the datasets in train_model.ipynb, as the preprocessing seems to require several columns other than the ones provided in example_input.csv? Thank You.
The text was updated successfully, but these errors were encountered:
Hi, the preprocessing steps can be found in the lib_loader directory. For example, you can look at the publicly available data from MSnLib, MSDial and CASMI. In particular, for MSnLib, you should be able to download the data, adjust the file path, and run the script to obtain a csv with the required metadata. All details are in the msnlib_loader.ipynb file. In the future, I may be able to provide a mock-up training example. Alas, due to other projects, I won't get to that very soon.
Hi, would it be possible to describe how to prepare training data (custom) or provide the csv files used to preprocess the datasets in
train_model.ipynb
, as the preprocessing seems to require several columns other than the ones provided inexample_input.csv
? Thank You.The text was updated successfully, but these errors were encountered: