scikit-learn/examples
Tim Head 07cede74ca Multitarget regression meta estimator
Register OneVsRestRegressor as meta estimator

Rename to a more sensible name

Parallel predict and sparse support

Started MultiOutput documentation

Move code to new file multioutput.py

Continuing the move to new multioutput module

Added sample weight support

Better test for sample weights and actually support weights

Added a new test using weighted vs repeated samples to
test sample weight support. Uncovered that weights
were not actually passed on to underlying estimator.

Comment on multiprocess overheads

Move parallel_helper to utils.fixes

This helper works around a python2 limitation on pickling
instance methods

Example of multi-output regression with gradient boosting

Switch to uniform weighted score and updated example

The example now uses a RF with and without the MultiOutput
meta estimator

Added note for removing `score` method

Addressing comments on MultiOutputRegressor

MultiOutputregressor better test for weighted samples

Fix ups

Use explicit keyword argument for passing sample weights and
fix random_state on train-test split in the example
2016-03-10 16:06:08 -05:00
..
applications MAINT remove my email address 2016-03-04 10:43:41 +01:00
bicluster Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
calibration General spelling fixes 2015-12-16 09:46:42 -08:00
classification MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
cluster Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
covariance DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
cross_decomposition General spelling fixes 2015-12-16 09:46:42 -08:00
datasets MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
decomposition Updated examples and tests that use scipy's lena 2016-02-11 09:13:40 +01:00
ensemble Multitarget regression meta estimator 2016-03-10 16:06:08 -05:00
exercises polish figure 2016-01-16 13:54:10 +01:00
feature_selection MAINT: Small changes to plot_f_test_vs_mi.py 2016-01-22 00:27:16 +05:00
gaussian_process DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
linear_model Huber regressor 2016-02-25 16:31:08 -05:00
manifold MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
mixture Rename example to plot_gmm_covariances.py 2015-11-02 19:24:51 +01:00
model_selection General spelling fixes 2015-12-16 09:46:42 -08:00
neighbors Merge pull request #6068 from nelson-liu/rework_nearest_centroid_classification 2015-12-20 15:29:45 +01:00
neural_networks General spelling fixes 2015-12-16 09:46:42 -08:00
preprocessing Fixed transformation of test set via RobustScaler in plot_robust_scaling.py 2015-11-12 16:30:21 +01:00
semi_supervised Added colorblind compatibility 2015-10-23 19:47:32 +02:00
svm Fix omitted word in SVM-Anova example 2015-12-15 13:18:19 -06:00
text MAINT remove my email address 2016-03-04 10:43:41 +01:00
tree FIX restore previous title layout in examples/tree/plot_iris.py 2016-02-04 16:09:36 +01:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
feature_stacker.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
hetero_feature_union.py FeatureUnion example using a heterogeneous datasource. 2014-11-09 14:08:06 +11:00
missing_values.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_cv_predict.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_digits_pipe.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_isotonic_regression.py ENH added an option to do an isotonic regression on decreasing functions 2013-07-23 21:50:29 +02:00
plot_johnson_lindenstrauss_bound.py Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
plot_kernel_approximation.py General spelling fixes 2015-12-16 09:46:42 -08:00
plot_kernel_ridge_regression.py FIX Changed zorder so support vectors are clearly visible 2015-12-15 19:29:51 -08:00
plot_multilabel.py MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
plot_multioutput_face_completion.py FIX small title issue 2013-07-26 16:01:32 +02:00

README.txt

.. _general_examples:

General examples
----------------

General-purpose and introductory examples for the scikit.