- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 781 - 790 of 3,757 for 1 (0.74 sec)
-
Dataset examples — scikit-learn 1.7.2 documenta...
scikit-learn.org/stable/auto_examples/datasets/index.html -
Feature Selection — scikit-learn 1.7.2 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 -
is_classifier — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version is_classifier # sklearn.base. is_classifier ( estimat...scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html -
Simple 1D Kernel Density Estimation — scikit-le...
1 , int ( 0.3 * N )), np . random . normal ( 5 , 1 , int...score_samples ( X_plot ) ax [ 1 , 1 ] . fill ( X_plot [:, 0 ], np...scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html -
3. Model selection and evaluation — scikit-lear...
1.1. Computing cross-validated metrics 3.1.2. Cross...validation iterators 3.1.3. A note on shuffling 3.1.4. Cross validation...scikit-learn.org/stable/model_selection.html -
compute_optics_graph — scikit-learn 1.7.2 docum...
1. , 1. , 4.12]) >>> reachability array([ inf, 3.16, 1.41,...1.41, 4.12, 1. , 5. ]) >>> predecessor array([-1, 0, 1, 5, 3, 2])...scikit-learn.org/stable/modules/generated/sklearn.cluster.compute_optics_graph.html -
Plot the decision surface of decision trees tra...
1 ], [ 0 , 2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2.... subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout ( h_pad =...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
d2_tweedie_score — scikit-learn 1.7.2 documenta...
1 , 2.5 , 7 ] >>> y_pred = [ 1 , 1 , 5 , 3.5 ] >>>...explained. Best possible score is 1.0 and it can be negative (because...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html -
cluster_optics_xi — scikit-learn 1.7.2 document...
1, 1, 1]) >>> clusters array([[0, 2],...min_samples int > 1 or float between 0 and 1 The same as the min_samples...scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_xi.html -
Robust linear estimator fitting — scikit-learn ...
time of the script: (0 minutes 1.842 seconds) Download Jupyter...scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html