- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 3,499 for 1 (0.08 sec)
-
cross_val_predict — scikit-learn 1.6.0 document...
means 1 unless in a joblib.parallel_backend context. -1 means...GroupKFold ). Changed in version 1.4: groups can only be passed if...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html -
Contributing — scikit-learn 1.7.dev0 documentation
git # add --depth 1 if your connection is slow cd...setting SKLEARN_RUN_FLOAT32_TESTS=1 . See Environment variables for...scikit-learn.org/dev/developers/contributing.html -
TfidfTransformer — scikit-learn 1.6.0 documenta...
array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html -
StratifiedGroupKFold — scikit-learn 1.6.0 docum...
1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
smacof — scikit-learn 1.6.0 documentation
-1.07... ], [ 1.74..., -0.75...], [-1.79..., 1.83...]])...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html -
RegressorChain — scikit-learn 1.6.0 documentation
= [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
MiniBatchNMF — scikit-learn 1.6.0 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Topic extraction...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html -
RandomForestClassifier — scikit-learn 1.6.0 doc...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html -
TSNE — scikit-learn 1.6.0 documentation
1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> X_embedded...metric function. Added in version 1.1. init {“random”, “pca”} or ndarray...scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html -
BayesianRidge — scikit-learn 1.6.0 documentation
[ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html