Skip to content

Commit

Permalink
move text
Browse files Browse the repository at this point in the history
  • Loading branch information
davideklund committed Jan 8, 2025
1 parent 64090f7 commit 1311a41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,8 @@ Exercises
MLJDecisionTreeInterface, DataFrames, CSV and HTTP.

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

.. code-block:: julia
Expand All @@ -1189,9 +1191,6 @@ Exercises
print("Model Name: " , model.name , " , Package: " , model.package_name , "\n")
end
For some models you may have to install the package mentioned and
an MLJ interface (MLJDecisionTreeInterface, MLJScikitLearnInterface or similar).
Some Fourier based models (extra material)
------------------------------------------

Expand Down

0 comments on commit 1311a41

Please sign in to comment.