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
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.
The text was updated successfully, but these errors were encountered:
TimeSeriesClassification.jl/test/MiniRocket/tests.jl
Line 4 in bbf35d1
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.The text was updated successfully, but these errors were encountered: