- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 3,451 for 1 (0.09 sec)
-
PowerTransformer — scikit-learn 1.5.2 documenta...
[[-1.316... -0.707...] [ 0.209... -0.707...] [ 1.106... 1.414...]]...X_trans * lambda_ + 1 ) ** ( 1 / lambda_ ) - 1 elif X < 0 and lambda_...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html -
OrdinalEncoder — scikit-learn 1.5.2 documentation
inverse_transform ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female',... =- 1 ) . fit_transform ( X ) array([[ 1., 0.], [ 0., 1.], [...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html -
ClassifierMixin — scikit-learn 1.5.2 documentation
predict ( X ) array([1, 1, 1]) >>> estimator . score ( X...MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html -
hinge_loss — scikit-learn 1.5.2 documentation
[ 1 ]] >>> y = [ - 1 , 1 ] >>> est = svm . LinearSVC...0.09...]) >>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) np.float64(0.30...)...scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html -
PredictionErrorDisplay — scikit-learn 1.5.2 doc...
scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Combine...Evaluation Guide . Added in version 1.2. Parameters : y_true ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.PredictionErrorDisplay.html -
RepeatedStratifiedKFold — scikit-learn 1.5.2 do...
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rskf = RepeatedStratifiedKF...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
jaccard_score — scikit-learn 1.5.2 documentation
1 , 1 ], ... [ 1 , 1 , 0 ]]) >>> y_pred =...= np . array ([[ 1 , 1 , 1 ], ... [ 1 , 0 , 0 ]]) In the binary...scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html -
Circuit-Breaker configuration options | APM Jav...
circuit_breaker_enabled ( [ 1.14.0 ] Added in 1.14.0. performance) A...www.elastic.co/guide/en/apm/agent/java/current/config-circuit-breaker.html -
has_fit_parameter — scikit-learn 1.5.2 document...
Skip to main content Back to top Ctrl + K GitHub has_fit_parameter # sklearn.utils.validation. has_fit_parameter ( es...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.has_fit_parameter.html -
estimator_html_repr — scikit-learn 1.5.2 docume...
Skip to main content Back to top Ctrl + K GitHub estimator_html_repr # sklearn.utils. estimator_html_repr ( estimator...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_html_repr.html