- Sort Score
- Num 10 results
- Language All
- Labels All
Results 861 - 870 of over 10,000 for 2 (0.39 seconds)
-
OOB Errors for Random Forests — scikit-le...
The RandomForestClassifier is trained using bootstrap aggregation, where each new tree is fit from a bootstrap sample of the training observations z_i = (x_i, y_i). The out-of-bag(OOB) error is the...scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html -
Comparing Linear Bayesian Regressors — sc...
This example compares two different bayesian regressors: a Automatic Relevance Determination - ARD, a Bayesian Ridge Regression. In the first part, we use an Ordinary Least Squares(OLS) model as a ...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
Comparison of kernel ridge regression and SVR &...
logspace ( - 2 , 2 , 5 )}, ) kr = GridSearchCV..., 1e-2 , 1e-3 ], "gamma" : np . logspace ( - 2 , 2 ,...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
Factor Analysis (with rotation) to visualize pa...
2 , 3 ]) ax . set_xticklabels (...) ax . set_yticks ([ 0 , 1 , 2 , 3 ]) ax . set_yticklabels (...scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html -
7.1. Pipelines and composite estimators —...
2. Access pipeline steps # The estimators...'select' , SelectKBest ( k = 2 )), ... ( 'clf' , LogisticRegression...scikit-learn.org/stable/modules/compose.html -
7.9. Transforming the prediction target (y) ...
y = [[ 2 , 3 , 4 ], [ 2 ], [ 0 , 1 , 3 ], [ 0 , 1 , 2 , 3 , 4...>>> lb . fit ([ 1 , 2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...scikit-learn.org/stable/modules/preprocessing_targets.html -
Comparison of kernel ridge and Gaussian process...
period of this sine is thus \(2 \pi\) . We will reuse this information..."True signal" , linewidth = 2 ) plt . scatter ( training_data...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
scikit-learn: machine learning in Python —...
2 is available for download ( Changelog...September 2024. scikit-learn 1.5.2 is available for download ( Changelog...scikit-learn.org/stable/index.html -
SVM: Separating hyperplane for unbalanced class...
[ 2.0 , 2.0 ]] clusters_std = [ 1.5 ,...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html -
Balance model complexity and cross-validated sc...
performance (best score - 1 std) 2. best_low_complexity : Selects...Dimensionality reduction using PCA 2. Classification using LogisticRegression...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html