html_theme.sidebar_secondary.remove: |
---|
Often the hardest part of solving a machine learning problem can be finding the right estimator for the job. Different estimators are better suited for different types of data and different problems.
The flowchart below is designed to give users a bit of a rough guide on how to approach problems with regard to which estimators to try on your data. Click on any estimator in the chart below to see its documentation. The Try next orange arrows are to be read as "if this estimator does not achieve the desired outcome, then follow the arrow and try the next one". Use scroll wheel to zoom in and out, and click and drag to pan around. You can also download the chart: :download:`ml_map.svg <images/ml_map.svg>`.
#sk-ml-map { height: 80vh; margin: 1.5rem 0; } #sk-ml-map svg { height: 100%; width: 100%; border: 2px solid var(--pst-color-border); border-radius: 0.5rem; } html[data-theme="dark"] #sk-ml-map svg { filter: invert(90%) hue-rotate(180deg); }