- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of 2,504 for 2 (0.09 sec)
-
Spectral clustering for image segmentation — sc...
0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html -
3.5. Validation curves: plotting scores to eval...
function \(f(x) = \cos (\frac{3}{2} \pi x)\) and some noisy samples...is usually not possible. 3.5.2. Learning curve # A learning curve...scikit-learn.org/stable/modules/learning_curve.html -
Early stopping of Stochastic Gradient Descent —...
2 ), } # Load the dataset X , y...subplots ( nrows = 1 , ncols = 2 , sharey = True , figsize = (...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html -
FastICA on 2D point clouds — scikit-learn 1.7.2...
subplot ( 2 , 2 , 2 ) plot_samples ( X / np ....1.5 , size = ( 20000 , 2 )) S [:, 0 ] *= 2.0 # Mix data A = np ....scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html -
Nearest Neighbors regression — scikit-learn 1.7...
subplot ( 2 , 1 , i + 1 ) plt . scatter (...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
ClassifierTags — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version ClassifierTags # class sklearn.utils. ClassifierTags ...scikit-learn.org/stable/modules/generated/sklearn.utils.ClassifierTags.html -
RegressorTags — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version RegressorTags # class sklearn.utils. RegressorTags ( ...scikit-learn.org/stable/modules/generated/sklearn.utils.RegressorTags.html -
Testimonials — scikit-learn 1.7.2 documentation
Who is using scikit-learn?: J.P.Morgan: Scikit-learn is an indispensable part of the Python machine learning toolkit at JPMorgan. It is very widely used across all parts of the bank for classificat...scikit-learn.org/stable/testimonials/testimonials.html -
delayed — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version delayed # sklearn.utils.parallel. delayed ( function ...scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.delayed.html -
PrecisionRecallDisplay — scikit-learn 1.7.2 doc...
Gallery examples: Visualizations with Display Objects Post-tuning the decision threshold for cost-sensitive learning Precision-Recallscikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html