-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
After running ./smlp_regr.py -w 8 -def n -t all -tol 7, to my understanding, it spawns some threads running src/run_smp.py, as an example in the output
../../src/run_smlp.py -data "../data/smlp_toy_basic.csv" -out_dir ./ -pref Test14 -mode train -resp y1,y2 -feat x1,x2,p1,p2 -model poly_sklearn -save_model_config f -mrmr_pred 0 -plots f -pred_plots f -resp_plots f -seed 10 -log_time fRunning this manually produces an error of
ModuleNotFoundError: No module named 'smlp'After searching the repo I can't find a file or module called smlp.py
> find smlp.py
find: ‘smlp.py’: No such file or directoryI'd like to try to try run the files individually to test my modifications so any help on this would be appreciated :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels