-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add page on regression / classification (#59)
* Add page on regression / classification * route * modif * fix misspelling * add missing link * add one notebook * fix missing reference * fix a fex things * add missing notebooks * add more notebooks * fix links * fix link * update links * normalize * fix urls --------- Co-authored-by: xavier dupré <[email protected]>
- Loading branch information
Showing
43 changed files
with
23,181 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
_l-feuille-route-2024: | ||
|
||
================================== | ||
2024-03-01 : feuille de route 2024 | ||
================================== | ||
|
||
Séance 1 (26/1) | ||
=============== | ||
|
||
* site web : `sdpython.github.io <https://sdpython.github.io/>`_ | ||
* :ref:`l-ml-rappel` | ||
* programmation (python :epkg:`numpy`, :epkg:`pandas`, :epkg:`matplotlib`, :epkg:`jupyter`) | ||
* :ref:`Tests unitaires <nbl-practice-py-base-tests_unitaires>`, package python | ||
* CPU, CUDA | ||
* données, SQL | ||
* machine learning, :epkg:`scikit-learn`, :epkg:`pytorch` | ||
* :ref:`l-regclass` | ||
* évaluation, :ref:`ROC <l-ml-plot-roc>`, :math:`R^2` | ||
* ranking, clustering | ||
* `ChatGPT <https://chat.openai.com/>`_, | ||
`LLM <https://en.wikipedia.org/wiki/Large_language_model>`_, | ||
(Large Language Model), SLLM (Small LLM) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ Ou *blog*. | |
:maxdepth: 1 | ||
|
||
2024/2024-01-18-wsl | ||
2024/2024-03-01-route2024 | ||
|
||
.. toctree:: | ||
:caption: 2023 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
.. _l-rappel: | ||
.. _l-ml-rappel: | ||
|
||
================ | ||
Quelques rappels | ||
|
Oops, something went wrong.