- Sort Score
- Num 10 results
- Language All
- Labels All
Results 881 - 890 of over 10,000 for 2 (0.2 seconds)
-
IsolationForest — scikit-learn 1.7.2 docu...
2: base_estimator_ was renamed to...International Conference on. [ 2 ] Liu, Fei Tony, Ting, Kai Ming...scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html -
7.5. Unsupervised dimensionality reduction R...
2. Random projections # The module:...scikit-learn.org/stable/modules/unsupervised_reduction.html -
Non-negative least squares — scikit-learn...
In this example, we fit a linear model with positive constraints on the regression coefficients and compare the estimated coefficients to a classic linear regression. Generate some random data Spli...scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html -
Gaussian Process for Machine Learning — s...
Examples concerning the sklearn.gaussian_process module. Ability of Gaussian process regression (GPR) to estimate data noise-level Comparison of kernel ridge and Gaussian process regression Forecas...scikit-learn.org/stable/auto_examples/gaussian_process/index.html -
StackingClassifier — scikit-learn 1.7.2 d...
2 (1992): 241-259. Examples >>>...(n_samples, n_classes * (n_classes-1) / 2) The decision function computed...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html -
Online learning of a dictionary of parts of fac...
2 , 4 )) for i , patch in enumerate...scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html -
L1 Penalty and Sparsity in Logistic Regression ...
" % l1_ratio ) axes_row [ 2 ] . set_title ( "L2 penalty"...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html -
Gradient Boosting Out-of-Bag estimates — ...
staged_predict_proba ( X_test )): score [ i ] = 2 * log_loss ( y_test , y_proba...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
Comparing Nearest Neighbors with and without Ne...
2 ]] X_train , X_test , y_train...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html -
Nested versus non-nested cross-validation ̵...
This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often used to train a model in which hyperparameters al...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html