- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2181 - 2190 of 5,603 for * (5.77 sec)
-
Label Propagation digits: Active learning — sci...
0 0 0 0 23 0 0 0 10] [ 0 1 0 0 0 0 34 0 0 0] [ 0 0 0 0 0 0 0...1.00 22 1 0.79 1.00 0.88 22 2 1.00 0.93 0.96 29 3 1.00 1.00 1.00...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni... -
One-class SVM with non-linear kernel (RBF) — sc...
1 , 1 ), yy . reshape ( - 1 , 1 )], axis = 1 ) DecisionBoundaryDisp...linspace ( - 5 , 5 , 10 )) X = np . concatenate ([ xx . reshape ( - 1...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html -
SVM-Anova: SVM with univariate feature selectio...
SelectPercentile ( f_classif )), ( "scaler" , StandardScaler ()), ( "svc"...selected" ) plt . xticks ( np . linspace ( 0 , 100 , 11 , endpoint...scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html -
sklearn.utils — scikit-learn 1.7.2 documentation
input. Meta-estimators # Utilities for meta-estimators. meta...columns of a CSC/CSR matrix in-place. sparsefuncs.inplace_swap_row...scikit-learn.org/stable/api/sklearn.utils.html -
inplace_swap_column — scikit-learn 1.7.2 docume...
todense () matrix([[8, 0, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...todense () matrix([[0, 8, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) On...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html -
check_symmetric — scikit-learn 1.7.2 documentation
. array ([[ 0 , 1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>> check_symmetric...check_symmetric ( symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]])...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html -
robust_scale — scikit-learn 1.7.2 documentation
array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> robust_scale ( X ,...2 ], [ - 1 , 0 , 1 ]] >>> robust_scale ( X , axis = 0 ) # scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html -
Release Highlights for scikit-learn 1.4 — sciki...
f64 -0.215666 0.0 1.0 0.862662 1.0 0.0 1.401826 0.0 1.0 -0.754829...100 ], "pet" : [ "dog" , "cat" , "dog" , "cat" , "cat" ]} ) preprocessor...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
sklearn.svm — scikit-learn 1.7.2 documentation
to top Ctrl + K GitHub Choose version sklearn.svm # Support vector...Regression. NuSVC Nu-Support Vector Classification. NuSVR Nu Support...scikit-learn.org/stable/api/sklearn.svm.html -
sklearn.tree — scikit-learn 1.7.2 documentation
to top Ctrl + K GitHub Choose version sklearn.tree # Decision tree...decision tree. Plotting # plot_tree Plot a decision tree....scikit-learn.org/stable/api/sklearn.tree.html