- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 3,757 for 1 (0.96 sec)
-
sklearn.dummy — scikit-learn 1.7.2 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 -
sklearn.multiclass — scikit-learn 1.7.2 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.mixture — scikit-learn 1.7.2 documentation
Mixture modeling algorithms. User guide. See the Gaussian mixture models section for further details.scikit-learn.org/stable/api/sklearn.mixture.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.tree — scikit-learn 1.7.2 documentation
Decision tree based models for classification and regression. User guide. See the Decision Trees section for further details. Exporting: Plotting:scikit-learn.org/stable/api/sklearn.tree.html -
sklearn.utils — scikit-learn 1.7.2 documentation
Various utilities to help with development. Developer guide. See the Utilities for Developers section for further details. Input and parameter validation: Functions to validate input and parameters...scikit-learn.org/stable/api/sklearn.utils.html -
mean_shift — scikit-learn 1.7.2 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...array([[3.33, 6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0, 0])...scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html -
Polynomial and Spline interpolation — scikit-le...
[ 1 , x_1 , x_1 ** 2 , x_1 ** 3 , ... , x_1 ** degree...), ... ], [ basis_1 ( x_1 ), basis_2 ( x_1 ), ... ], ... ] This...scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html -
set_config — scikit-learn 1.7.2 documentation
Added in version 1.1. enable_cython_pairwise_dist...configuration setting. Added in version 1.1. array_api_dispatch bool, default=None...scikit-learn.org/stable/modules/generated/sklearn.set_config.html -
SVM Margins Example — scikit-learn 1.7.2 docume...
0 ] * 20 + [ 1 ] * 20 # figure number fignum = 1 # fit the model...is sqrt(1+a^2) away vertically in # 2-d. margin = 1 / np . sqrt...scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html