- Sort Score
- Num 10 results
- Language All
- Labels All
Results 3301 - 3310 of over 10,000 for * (5.09 seconds)
Filter
-
Decision Boundaries of Multinomial and One-vs-R...
0], [0, 1.5], and [5, -1]. After generation,...centers = [[ - 5 , 0 ], [ 0 , 1.5 ], [ 5 , - 1 ]] X , y = make_blobs...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html -
Permutation Importance with Multicollinear or C...
drops the accuracy by at most 0.012 , which would suggest that none...scikit-learn 0.22 Release Highlights for scikit-learn 0.22 Gallery...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
Lasso model selection: AIC-BIC / cross-validati...
-0.036038 0.034309 0.022688 -0.009362 4 0.005383 -0.044642 -0.036385...s5 s6 0 0.038076 0.050680 0.061696 0.021872 -0.044223 -0.034821...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_model_selection.html -
Nearest Neighbors — scikit-learn 1.8.0 document...
Examples concerning the sklearn.neighbors module. Approximate nearest neighbors in TSNE Caching nearest neighbors Comparing Nearest Neighbors with and without Neighborhood Components Analysis Dimen...scikit-learn.org/stable/auto_examples/neighbors/index.html -
Missing Value Imputation — scikit-learn 1.8.0 d...
Examples concerning the sklearn.impute module. Imputing missing values before building an estimator Imputing missing values with variants of IterativeImputerscikit-learn.org/stable/auto_examples/impute/index.html -
Comparing anomaly detection algorithms for outl...
noise = 0.05 , random_state = 0 )[ 0 ] - np . array ([ 0.5 , 0.25...left = 0.02 , right = 0.98 , bottom = 0.001 , top = 0.96 , wspace...scikit-learn.org/stable/auto_examples/miscellaneous/plot_anomaly_comparison.html -
Compare Stochastic learning strategies for MLPC...
Training set score: 0.980000 Training set loss: 0.096950 training: constant...Training set score: 0.980000 Training set loss: 0.049530 training: constant...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html -
Novelty detection with Local Outlier Factor (LO...
loc = ( 1.05 , 0.4 ), prop = matplotlib . font_manager...observations X = 0.3 * np . random . randn ( 100 , 2 ) X_train =...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html -
Lasso on dense and sparse data — scikit-learn 1...
Lasso done in 0.108s Dense Lasso done in 0.043s Distance between...lower than 2.5 with 0s Xs [ Xs < 2.5 ] = 0.0 # create a copy of...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html -
Effect of transforming the targets in regressio...
n_samples = 10_000 , noise = 100 , random_state = 0 ) y = np ....ax1 [ 1 ], scatter_kwargs = { "alpha" : 0.5 }, ) ax1 [ 0 ] . set_title...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html