- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 751 - 760 of 1,745 for document (1.77 sec)
-
Post pruning decision trees with cost complexit...
The DecisionTreeClassifier provides parameters such as min_samples_leaf and max_depth to prevent a tree from overfiting. Cost complexity pruning provides another option to control the size of a tre...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
Comparison of LDA and PCA 2D projection of Iris...
The Iris dataset represents 3 kind of Iris flowers (Setosa, Versicolour and Virginica) with 4 attributes: sepal length, sepal width, petal length and petal width. Principal Component Analysis (PCA)...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html -
Plot the decision surfaces of ensembles of tree...
Plot the decision surfaces of forests of randomized trees trained on pairs of features of the iris dataset. This plot compares the decision surfaces learned by a decision tree classifier (first col...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
2.1. Gaussian mixture models — scikit-learn 1.7...
sklearn.mixture is a package which enables one to learn Gaussian Mixture Models (diagonal, spherical, tied and full covariance matrices supported), sample them, and estimate them from data. Facilit...scikit-learn.org/stable/modules/mixture.html -
7.1. Pipelines and composite estimators — sciki...
To build a composite estimator, transformers are usually combined with other transformers or with predictors(such as classifiers or regressors). The most common tool used for composing estimators i...scikit-learn.org/stable/modules/compose.html -
root_mean_squared_error — scikit-learn 1.7.2 do...
Gallery examples: Lagged features for time series forecasting Features in Histogram Gradient Boosting Treesscikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html -
mean_squared_log_error — scikit-learn 1.7.2 doc...
Skip to main content Back to top Ctrl + K GitHub Choose version mean_squared_log_error # sklearn.metrics. mean_square...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html -
14. External Resources, Videos and Talks — scik...
The scikit-learn MOOC: If you are new to scikit-learn, or looking to strengthen your understanding, we highly recommend the scikit-learn MOOC (Massive Open Online Course). The MOOC, created and mai...scikit-learn.org/stable/presentations.html -
Factor Analysis (with rotation) to visualize pa...
Investigating the Iris dataset, we see that sepal length, petal length and petal width are highly correlated. Sepal width is less redundant. Matrix decomposition techniques can uncover these latent...scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html -
make_sparse_spd_matrix — scikit-learn 1.7.2 doc...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_spd_matrix.html