- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 3,774 for 1 (0.14 sec)
-
OutputCodeClassifier — scikit-learn 1.7.2 docum...
means 1 unless in a joblib.parallel_backend context. -1 means...( estimator , * , code_size = 1.5 , random_state = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html -
移行 1.0.4K to 1.0.5A | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate104Kto105A.html -
RidgeCV — scikit-learn 1.7.2 documentation
1, 1.0, 10.0) , * , fit_intercept...shape (n_alphas,), default=(0.1, 1.0, 10.0) Array of alpha values...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
KBinsDiscretizer — scikit-learn 1.7.2 documenta...
[ 1., 1., 1., 0.], [ 2., 2., 2., 1.], [ 2., 2., 2.,...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html -
NuSVR — scikit-learn 1.7.2 documentation
Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
RationalQuadratic — scikit-learn 1.7.2 document...
RationalQuadratic ( length_scale = 1.0 , alpha = 1.0 , length_scale_bounds...RationalQuadratic ( length_scale = 1.0 , alpha = 1.5 ) >>> gpc = GaussianProcessClass...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html -
Birch — scikit-learn 1.7.2 documentation
1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) For a comparison of the BIRCH...scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html -
label_binarize — scikit-learn 1.7.2 documentation
label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html -
1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...scikit-learn.org/stable/modules/neighbors.html -
1.10. Decision Trees — scikit-learn 1.7.2 docum...
1 , 2 , 3 ]) . reshape ( - 1 , 1 ) >>> y = [ 0 , 1 , 1 , 1.... nan , - 1 , np . nan , 1 ]) . reshape ( - 1 , 1 ) >>> y = [...scikit-learn.org/stable/modules/tree.html