Skip to content

Commit

Permalink
DOC: update decision trees to a simplified version and unified version
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin-Laurent committed Feb 28, 2025
1 parent 67c5f81 commit 5828fbe
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 17 deletions.
14 changes: 2 additions & 12 deletions doc/choosing_the_right_algorithm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@
Choosing the right algorithm
############################################

Following are simple decision trees to help you you getting started quickly with MAPIE.
Following is a simple decision tree to help you you getting started quickly with MAPIE.

Reality is of course a bit more complex, so feel free to browse the documentation for nuanced explanations.


1. Regression
==================================

.. image:: images/decision_tree_regression.png
:align: center

2. Classification
=====================

.. image:: images/decision_tree_classification.png
.. image:: images/decision_tree.png
:align: center
4 changes: 2 additions & 2 deletions doc/choosing_the_right_algorithm_classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Following is a simple decision tree to help you you getting started quickly with

Reality is of course a bit more complex, so feel free to browse the documentation for nuanced explanations.

.. image:: images/decision_tree_classification.png
:align: center
.. image:: images/decision_tree.png
:align: center
6 changes: 3 additions & 3 deletions doc/choosing_the_right_algorithm_regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Choosing the right algorithm
############################################

Following is a simple decision trees to help you you getting started quickly with MAPIE.
Following is a simple decision tree to help you you getting started quickly with MAPIE.

Reality is of course a bit more complex, so feel free to browse the documentation for nuanced explanations.

.. image:: images/decision_tree_regression.png
:align: center
.. image:: images/decision_tree.png
:align: center
Binary file added doc/images/decision_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/images/decision_tree_classification.png
Binary file not shown.
Binary file removed doc/images/decision_tree_regression.png
Binary file not shown.

0 comments on commit 5828fbe

Please sign in to comment.