- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1101 - 1110 of 3,489 for 1 (0.1 sec)
-
Class Likelihood Ratios to measure classificati...
1 , 0.8 , 6 ) weights = weights [:: - 1 ] # fit and...10_000 , weights = [ 0.9 , 0.1 ], random_state = 0 ) print (...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
Post-tuning the decision threshold for cost-sen...
array([1.e-06, 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00,...array([1.e-06, 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00,...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Partial Dependence and Individual Conditional E...
rstride = 1 , cstride = 1 , cmap = plt . cm . BuPu...The example is inspired by [ 1 ] . # Authors: The scikit-learn...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html -
sklearn.frozen — scikit-learn 1.7.dev0 document...
Skip to main content Back to top Ctrl + K GitHub Choose version sklearn.frozen # FrozenEstimator Estimator that wraps...scikit-learn.org/dev/api/sklearn.frozen.html -
Semi Supervised Classification — scikit-learn 1...
Examples concerning the sklearn.semi_supervised module. Decision boundary of semi-supervised classifiers versus SVM on the Iris dataset Effect of varying threshold for self-training Label Propagati...scikit-learn.org/stable/auto_examples/semi_supervised/index.html -
sklearn.multiclass — scikit-learn 1.6.0 documen...
Multiclass learning algorithms. one-vs-the-rest / one-vs-all, one-vs-one, error correcting output codes. The estimators provided in this module are meta-estimators: they require a base estimator to...scikit-learn.org/stable/api/sklearn.multiclass.html -
sklearn.neighbors — scikit-learn 1.6.0 document...
The k-nearest neighbors algorithms. User guide. See the Nearest Neighbors section for further details.scikit-learn.org/stable/api/sklearn.neighbors.html -
sklearn.svm — scikit-learn 1.6.0 documentation
Support vector machine algorithms. User guide. See the Support Vector Machines section for further details.scikit-learn.org/stable/api/sklearn.svm.html -
get_config — scikit-learn 1.6.0 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version get_config # sklearn. get_config ( ) [source] # Retri...scikit-learn.org/stable/modules/generated/sklearn.get_config.html -
sklearn.dummy — scikit-learn 1.6.0 documentation
Dummy estimators that implement simple rules of thumb. User guide. See the Metrics and scoring: quantifying the quality of predictions section for further details.scikit-learn.org/stable/api/sklearn.dummy.html