- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 941 - 950 of 3,230 for 1 (0.11 sec)
-
load_digits — scikit-learn 1.7.1 documentation
scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html -
Support Vector Regression (SVR) using linear an...
1.1 ), ncol = 1 , fancybox = True , shadow..., C = 100 , gamma = 0.1 , epsilon = 0.1 ) svr_lin = SVR ( kernel...scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html -
Overview of multiclass training meta-estimators...
we use a UCI dataset [ 1 ] , generally referred as the...scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html -
check_scalar — scikit-learn 1.7.1 documentation
min_val = 1 , max_val = 20 ) 10 On this page...scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html -
Version 0.14 — scikit-learn 1.7.1 documentation
Harikrishnan S 1 Jack Hale 1 JakeMick 1 James McDermott 1 John Benediktsson...Benediktsson 1 John Zwinck 1 Joshua Vredevoogd 1 Justin Pati 1 Kevin...scikit-learn.org/stable/whats_new/v0.14.html -
Demo of HDBSCAN clustering algorithm — scikit-l...
centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1.5 , - 1.5 ]] X , labels_true...== - 1 : # Black used for noise. col = [ 0 , 0 , 0 , 1 ] class_index...scikit-learn.org/stable/auto_examples/cluster/plot_hdbscan.html -
Multi-dimensional scaling — scikit-learn 1.7.1 ...
figure ( 1 ) ax = plt . axes ([ 0.0 , 0.0 , 1.0 , 1.0 ]) s =...random_state = 42 , n_jobs = 1 , n_init = 1 , ) X_nmds = nmds . fit_transform...scikit-learn.org/stable/auto_examples/manifold/plot_mds.html -
grid_to_graph — scikit-learn 1.7.1 documentation
0) 1 (1, 1) 1 On this page This Page...dtype = bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>> graph...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html -
Gaussian Mixture Model Selection — scikit-learn...
1 ], [ 1.7 , 0.4 ]]) component_1 = np . dot ( np...scatter ( component_1 [:, 0 ], component_1 [:, 1 ], s = 0.8 ) plt...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html -
Scaling the regularization parameter for SVCs —...
7 ) axes [ 1 ] . set_title ( "Scaling C by sqrt(1 / n_samples)"...0.8 ) axes [ 1 ] . set_title ( "Scaling C by sqrt(1 / n_samples)"...scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html