Hello, I am a little new to python and was wondering if there was a more detailed description on how to extract the necessary files for this package to work.
I downloaded the entire package (.py, .smi, and .pkl files) but am struggling to get the predictor started.
- What is the best way to extract the package through the Jupityr environment?
- I have tried to copy and paste the necessary code into a single notebook, but get errors each time. Running
python etoxpred_predict.py --datafile tcm600_nr.smi --modelfile etoxpred_best_model.joblib --outputfile results.csv gives me an invalid syntax error. Should I be changing anything in this line of code?