- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 2,914 for 1 (0.09 sec)
-
MaxAbsScaler — scikit-learn 1.7.0 documentation
-1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html -
RidgeClassifierCV — scikit-learn 1.7.0 document...
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.RidgeClassifierCV.html -
LinearSVC — scikit-learn 1.7.0 documentation
intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
chi2 — scikit-learn 1.7.0 documentation
array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
BernoulliRBM — scikit-learn 1.7.0 documentation
1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html -
14. External Resources, Videos and Talks — scik...
1. The scikit-learn MOOC # If you...scikit-learn.org/stable/presentations.html -
StackingRegressor — scikit-learn 1.7.0 document...
in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
Perceptron — scikit-learn 1.7.0 documentation
l1_ratio <= 1 . l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html -
DetCurveDisplay — scikit-learn 1.7.0 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
GammaRegressor — scikit-learn 1.7.0 documentation
alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html