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
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: