- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 781 - 790 of 2,956 for 1 (0.08 sec)
-
is_clusterer — scikit-learn 1.6.1 documentation
Added in version 1.6. Parameters : estimator object...scikit-learn.org/stable/modules/generated/sklearn.base.is_clusterer.html -
sklearn.feature_extraction — scikit-learn 1.6.1...
Feature extraction from raw data. User guide. See the Feature extraction section for further details. From images: Utilities to extract features from images. From text: Utilities to build feature v...scikit-learn.org/stable/api/sklearn.feature_extraction.html -
1.9. Naive Bayes — scikit-learn 1.6.1 documenta...
= P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y)) (1 - x_i)\]...that \[P(x_i | y, x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n) = P(x_i...scikit-learn.org/stable/modules/naive_bayes.html -
SGD: Penalties — scikit-learn 1.6.1 documentation
[( - 1 , - 1 )], ) plt . clabel ( l2_contour , inline = 1 , fontsize...18 , fmt = { 1.0 : "L2" }, manual = [( - 1 , - 1 )]) plt . clabel...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.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 -
matthews_corrcoef — scikit-learn 1.6.1 document...
[ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 1 , - 1 , + 1 , +...value between -1 and +1. A coefficient of +1 represents a perfect...scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.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 -
t-SNE: The effect of various perplexity values ...
reshape ( - 1 , 1 ), yy . ravel () . reshape ( - 1 , 1 ), ] ) color...perplexities ): ax = subplots [ 1 ][ i + 1 ] t0 = time () tsne = manifold...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
sklearn.cross_decomposition — scikit-learn 1.6....
Algorithms for cross decomposition. User guide. See the Cross decomposition section for further details.scikit-learn.org/stable/api/sklearn.cross_decomposition.html -
dump_svmlight_file — scikit-learn 1.6.1 documen...
Skip to main content Back to top Ctrl + K GitHub Choose version dump_svmlight_file # sklearn.datasets. dump_svmlight_...scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html