lasso-net / lassonet

Feature selection in neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lassonet_trainer no longer exists.

McLawrence opened this issue · comments

commit 37d682e removed the lassonet_trainer.py file which still is used in experiments/evaluate.py. On the first glance it looks like this function is no replaced by lassonet_utils.lassonet, so it would make sense to change that.

Similarly, DeepLasso12 also does not exist anymore.

utils['lambda_min_multiplier'] and other arguments of utils are currently not set, if I've checked correctly.

Thanks for letting us know about this.
This code is deprecated and and incompatible with the newest version of LassoNet.

If there is strong interest, we may make the experiments reproducible (again!) by releasing the up-to-date code.

Closing this in the meantime, but please feel free to re-open if appropriate.