- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 2,960 for 1 (0.1 sec)
-
FeatureUnion — scikit-learn 1.7.0 documentation
svd__n_components = 1 ) . fit_transform ( X ) array([[-1.5 , 3.04], [ 1.5 , 5.72]])...unchanged. Added in version 1.1: Added the option "passthrough"...scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
PassiveAggressiveClassifier — scikit-learn 1.7....
default=1.0 Maximum step size (regularization). Defaults to 1.0. fit_intercept...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html -
移行 1.0.4K to 1.0.5A | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate104Kto105A.html -
DecisionTreeRegressor — scikit-learn 1.7.0 docu...
1: monotonic increase 0: no constraint -1: monotonic...min_samples_split = 2 , min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
Normalizer — scikit-learn 1.7.0 documentation
1 , 2 , 2 ], ... [ 1 , 3 , 9 , 3 ], ... [...0.4, 0.4], [0.1, 0.3, 0.9, 0.3], [0.5, 0.7, 0.5, 0.1]]) fit ( X...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Normalizer.html -
FixedThresholdClassifier — scikit-learn 1.7.0 d...
y_true is in {-1, 1} or {0, 1} , pos_label is set to 1, otherwise...... n_samples = 1_000 , weights = [ 0.9 , 0.1 ], class_sep = 0.8...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
RationalQuadratic — scikit-learn 1.7.0 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 -
LearningCurveDisplay — scikit-learn 1.7.0 docum...
1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute numbers...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
HalvingRandomSearchCV — scikit-learn 1.7.0 docu...
means 1 unless in a joblib.parallel_backend context. -1 means...for a classification problem 1 when resource != 'n_samples' ‘exhaust’...scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingRandomSearchCV.html -
TransformedTargetRegressor — scikit-learn 1.7.0...
reshape ( - 1 , 1 ) >>> y = np . exp ( 2 * X )...all strings. Added in version 1.0. See also sklearn.preproces...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html