Regression pipelines

examples.simple.regression.regression_pipelines.regression_three_depth_manual_pipeline()[source]

Returns pipeline with the following structure:

../_images/three_depth_manual.png

Where rf - random forest, dtreg - tree regression, knn - K nearest neighbors regression,

examples.simple.regression.regression_pipelines.regression_ransac_pipeline()[source]

Returns pipeline with the following structure:

../_images/ransac.png

Where ransac_lin_reg - ransac algorithm