Skip to content

Latest commit

 

History

History
114 lines (98 loc) · 10.9 KB

File metadata and controls

114 lines (98 loc) · 10.9 KB

Choosing the right estimator

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 it's documentation.

body { display: inline-block; } div.content-wrapper { max-width: 100%; } div.bodywrapper h1 { text-align: left; } div.content { margin-left: 0; height: 1300px; width: 1680px; } div.map { position: absolute; left: -145px; top: 195px; width: 2117px; -webkit-transform: scale(0.67); /* Saf3.1+, Chrome */ -moz-transform: scale(0.67); /* FF3.5+ */ -ms-transform: scale(0.67); /* IE9 */ -o-transform: scale(0.67); /* Opera 10.5+ */ transform: scale(0.67); } div.body img { max-width: 100%; } p { max-width: 2150px; margin-left: auto; margin-right: auto; } p.logo { padding-left: 0px; }

Move mouse over image