- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 2,891 for 1 (0.09 sec)
-
RidgeClassifier — scikit-learn 1.7.1 documentation
converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
auc — scikit-learn 1.7.1 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html -
KernelRidge — scikit-learn 1.7.1 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 -
GridSearchCV — scikit-learn 1.7.1 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 -
TunedThresholdClassifierCV — scikit-learn 1.7.1...
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 -
homogeneity_score — scikit-learn 1.7.1 document...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>> print...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html -
LassoLarsCV — scikit-learn 1.7.1 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
hinge_loss — scikit-learn 1.7.1 documentation
[ 1 ]] >>> y = [ - 1 , 1 ] >>> est = svm . LinearSVC...0.09]) >>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html -
PLSRegression — scikit-learn 1.7.1 documentation
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html -
jaccard_score — scikit-learn 1.7.1 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