- Sort Score
- Num 10 results
- Language All
- Labels All
Results 3451 - 3460 of over 10,000 for * (3.46 seconds)
Filter
-
RepeatedKFold — scikit-learn 1.8.0 documentation
array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold...... Fold 0: Train: index=[0 1] Test: index=[2 3] Fold 1: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
paired_cosine_distances — scikit-learn 1.8.0 do...
X = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1...1 , 1 , 0 ]] >>> paired_cosine_distances ( X , Y ) array([0.5...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html -
RadiusNeighborsClassifier — scikit-learn 1.8.0 ...
() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...= [[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html -
BernoulliRBM — scikit-learn 1.8.0 documentation
([[ 0 , 0 , 0 ], [ 0 , 1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]])...learning_rate = 0.1 , batch_size = 10 , n_iter = 10 , verbose = 0 , random_state...scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
Pipeline — scikit-learn 1.8.0 documentation
Added in version 0.20. Changed in version 1.4: Parameters are...Added in version 0.20. Changed in version 1.4: Parameters are...scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html -
check_memory — scikit-learn 1.8.0 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version check_memory # sklearn.utils.validation. check_memory...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_memory.html -
NuSVC — scikit-learn 1.8.0 documentation
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...coef0 = 0.0 , shrinking = True , probability = False , tol = 0.001...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html -
check_is_fitted — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html -
assert_all_finite — scikit-learn 1.8.0 document...
scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html -
ExtraTreeClassifier — scikit-learn 1.8.0 docume...
be [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...min_impurity_decrease = 0.0 , class_weight = None , ccp_alpha = 0.0 , monotonic_cst...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html