- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 3,483 for 1 (0.09 sec)
-
fetch_openml — scikit-learn 1.6.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.4: The default value...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html -
pairwise_kernels — scikit-learn 1.6.0 documenta...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html -
estimate_bandwidth — scikit-learn 1.6.0 documen...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html -
ward_tree — scikit-learn 1.6.0 documentation
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...children ndarray of shape (n_nodes-1, 2) The children of each non-leaf...scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html -
Feature discretization — scikit-learn 1.6.0 doc...
logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (..."linearsvc__C" : np . logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
Classifier comparison — scikit-learn 1.6.0 docu...
C = 1 , random_state = 42 ), GaussianProcessClass ( 1.0 * RBF...max_features = 1 , random_state = 42 ), MLPClassifier ( alpha = 1 , max_iter...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
linear_kernel — scikit-learn 1.7.dev0 documenta...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page Show Source...scikit-learn.org/dev/modules/generated/sklearn.metrics.pairwise.linear_kernel.html -
rbf_kernel — scikit-learn 1.7.dev0 documentation
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...default=None If None, defaults to 1.0 / n_features. Returns : kernel...scikit-learn.org/dev/modules/generated/sklearn.metrics.pairwise.rbf_kernel.html -
hamming_loss — scikit-learn 1.6.0 documentation
1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html -
Plot classification probability — scikit-learn ...
shape [ 1 ] C = 10 kernel = 1.0 * RBF ([ 1.0 , 1.0 ]) # for...for { name } : { accuracy : 0.1% } " ) for label in np . unique...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html