Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax test dependencies for MLJ #3

Open
ablaom opened this issue Sep 25, 2023 · 0 comments · May be fixed by #7
Open

Relax test dependencies for MLJ #3

ablaom opened this issue Sep 25, 2023 · 0 comments · May be fixed by #7

Comments

@ablaom
Copy link

ablaom commented Sep 25, 2023

using MLJ: machine, fit!, fitted_params, transform

It doesn't look like one needs all of MLJ for testing. I think MLJBase should suffice.

If you are using any measures (metrics) from MLJ, then now that this has just merged, you will additionally need to add StatisticalMeasures.jl as a test dependency and add using StatisticalMeasures to your tests.

@antoninkriz antoninkriz linked a pull request Oct 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant