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
Thanks for that nice project. I want to run some baseline experiments with different seeds to obtain an overview of the statistical significance. But unfortunately, by running the `run_baselines.sh', I got various error messages:
The constructors for the wrappers do not accept the arguments, eg:
model = SINDyWrapper(
TypeError: __init__() got an unexpected keyword argument 'features_names'
)
After fixing that, further errors appear in the pipeline, here run_baselines.py, given the arguments from the script show:
Hi,
Thanks for that nice project. I want to run some baseline experiments with different seeds to obtain an overview of the statistical significance. But unfortunately, by running the `run_baselines.sh', I got various error messages:
The constructors for the wrappers do not accept the arguments, eg:
After fixing that, further errors appear in the pipeline, here
run_baselines.py
, given the arguments from the script show:Do you have a fix for that?
Best wishes
Max
The text was updated successfully, but these errors were encountered: