- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 2,898 for 1 (0.08 sec)
-
incr_mean_variance_axis — scikit-learn 1.6.1 do...
(array([1.3..., 0.1..., 1.1...]), array([8.8..., 0.1..., 3.4...]),...array ([ 0 , 1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.incr_mean_variance_axis.html -
HuberRegressor — scikit-learn 1.7.0 documentation
epsilon = 1.35 , max_iter = 100 , alpha =...Parameters : epsilon float, default=1.35 The parameter epsilon controls...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
AdaBoostRegressor — scikit-learn 1.7.0 document...
the range [1, inf) . learning_rate float, default=1.0 Weight applied...n_estimators = 50 , learning_rate = 1.0 , loss = 'linear' , random_state...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html -
KernelRidge — scikit-learn 1.7.0 documentation
alpha = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit...sklearn.kernel_ridge. KernelRidge ( alpha = 1 , * , kernel = 'linear' , gamma...scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html -
pairwise_distances — scikit-learn 1.7.0 documen...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html -
GridSearchCV — scikit-learn 1.7.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...0.70 … 4 ‘rbf’ 0.1 – 0.80 … 3 ‘rbf’ 0.2 – 0.93 … 1 will be represented...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html -
auc — scikit-learn 1.7.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
TargetEncoder — scikit-learn 1.7.0 documentation
1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html -
TunedThresholdClassifierCV — scikit-learn 1.7.0...
means 1 unless in a joblib.parallel_backend context. -1 means...... n_samples = 1_000 , weights = [ 0.9 , 0.1 ], class_sep = 0.8...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
lasso_path — scikit-learn 1.7.0 documentation
alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html