Skip to content

Module not found: smlp #29

@Th0ught09

Description

@Th0ught09

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 f

Running 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 directory

I'd like to try to try run the files individually to test my modifications so any help on this would be appreciated :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions