Skip to content

Commit 1311a41

Browse files
committed
move text
1 parent 64090f7 commit 1311a41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/regression.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,8 @@ Exercises
11751175
MLJDecisionTreeInterface, DataFrames, CSV and HTTP.
11761176

11771177
Try some different models to model the data. You can list available models as follows at the end of the script.
1178+
For some models you may have to install the package mentioned and an MLJ interface
1179+
(MLJDecisionTreeInterface, MLJScikitLearnInterface or similar).
11781180

11791181
.. code-block:: julia
11801182
@@ -1189,9 +1191,6 @@ Exercises
11891191
print("Model Name: " , model.name , " , Package: " , model.package_name , "\n")
11901192
end
11911193
1192-
For some models you may have to install the package mentioned and
1193-
an MLJ interface (MLJDecisionTreeInterface, MLJScikitLearnInterface or similar).
1194-
11951194
Some Fourier based models (extra material)
11961195
------------------------------------------
11971196

0 commit comments

Comments
 (0)