- Sort Score
- Num 10 results
- Language All
- Labels All
Results 451 - 460 of over 10,000 for 2 (0.87 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 -
Demo of DBSCAN clustering algorithm — sci...
DBSCAN (Density-Based Spatial Clustering of Applications with Noise) finds core samples in regions of high density and expands clusters from them. This algorithm is good for data which contains clu...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.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 -
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 -
validation_curve — scikit-learn 1.7.2 doc...
scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
Comparing Target Encoder with Other Encoders &#...
Toro Bodega Carmen Rodríguez 2 US Mac Watson honors the memory...ax2 ) = plt . subplots ( 1 , 2 , figsize = ( 12 , 8 ), sharey...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html -
14. External Resources, Videos and Talks —...
2. Videos # The scikit-learn YouTube...scikit-learn.org/stable/presentations.html -
SGD: Maximum margin separating hyperplane ̵...
centers = 2 , random_state = 0 , cluster_std...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_separating_hyperplane.html