- Sort Score
- Num 10 results
- Language All
- Labels All
Results 2101 - 2110 of over 10,000 for * (3.66 seconds)
Filter
-
Probabilistic predictions with Gaussian process...
Accuracy: 1.000 (initial) 1.000 (optimized) Log-loss: 0.214 (initial)...edgecolors = ( 0 , 0 , 0 ) ) X_ = np . linspace ( 0 , 5 , 100 ) plt ....scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html -
Ensemble methods — scikit-learn 1.8.0 documenta...
Examples concerning the sklearn.ensemble module. Categorical Feature Support in Gradient Boosting Combine predictors using stacking Comparing Random Forests and Histogram Gradient Boosting models C...scikit-learn.org/stable/auto_examples/ensemble/index.html -
Feature Selection — scikit-learn 1.8.0 document...
Examples concerning the sklearn.feature_selection module. Comparison of F-test and mutual information Model-based and sequential feature selection Pipeline ANOVA SVM Recursive feature elimination R...scikit-learn.org/stable/auto_examples/feature_selection/index.html -
Ridge coefficients as a function of the L2 Regu...
49665188 0. 29.75747153 0. 19.08699432 25.44381023 38.69892343...make a toy data set with 100 samples and 10 features, that’s suitable...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
Ordinary Least Squares and Ridge Regression — s...
c_ [ 0.5 , 1 ] . T y_train = [ 0.5 , 1 ] X_test = np...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
L1-based models for Sparse Signals — scikit-lea...
random_sample () - 0.5 )) X [:, i ] += 0.2 * rng . normal ( 0 , 1 , n_samples...n_samples ) y += 0.2 * rng . normal ( 0 , 1 , n_samples ) Such sparse,...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
SGD: Penalties — scikit-learn 1.8.0 documentation
fmt = { 1.0 : "L2" }, manual = [( - 1 , - 1 )]) plt . clabel...line = np . linspace ( - 1.5 , 1.5 , 1001 ) xx , yy = np . meshgrid...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html -
Permutation Importance vs Random Forest Feature...
be [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...be [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html -
Displaying estimators and complex pipelines — s...
1.0 l1_ratio l1_ratio: float, default=0.0 The Elastic-Net...ath.py`. 1.0 l1_ratio l1_ratio: float, default=0.0 The Elastic-Net...scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html -
Iso-probability lines for Gaussian Processes cl...
ticks = [ 0.0 , 0.2 , 0.4 , 0.6 , 0.8 , 1.0 ], norm = norm...g(x) <= 0 or not)""" return 5.0 - x [:, 1 ] - 0.5 * x [:, 0 ] **...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html