We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad7b24 commit 9b1f0bdCopy full SHA for 9b1f0bd
test/runtests.jl
@@ -1,5 +1,5 @@
1
using MLJLinearModels, Test, LinearAlgebra, Random
2
-using MLJBase # not MLJModelInterface, to mimick the full interface
+import MLJBase # not MLJModelInterface, to mimick the full interface
3
4
DO_COMPARISONS = true; include("testutils.jl")
5
0 commit comments