paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

ramp_test_submission command not installed #314

Open crsegerie opened 1 year ago

crsegerie commented 1 year ago

I can't use the command ramp_test_submission after pip installing the package.

Here is an example in a colab: https://colab.research.google.com/drive/1pW5Q0guGbMaH2ipUQdTAGqfsn5uWKMnI#scrollTo=OduJWTd2VbUW

There is probably something I'm missing, but yeah, for now I'm stuck :)

Thank you !

rth commented 1 year ago

That CLI has been removed in favor of ramp-test (with mostly identical arguments) https://paris-saclay-cds.github.io/ramp-docs/ramp-workflow/stable/whats_new.html#removed

If you saw some documentation saying to use ramp_test_submission it needs to be fixed.

agramfort commented 1 year ago

@crsegerie doing something like

ramp-test --submission=starting_kit

should work. If it does please close the issue. thx

kegl commented 1 year ago

@crsegerie where did you see the old command?

One problem may be this old doc page, comes up first if I google "ramp-workflow documentation". Can we remove it?

https://paris-saclay-cds.github.io/ramp-workflow/

agramfort commented 1 year ago

done I removed the old doc

Message ID: @.***

com>

kegl commented 1 year ago

Thanks man, you're the best!!