- Sort Score
- Num 10 results
- Language All
- Labels All
Results 281 - 290 of over 10,000 for 1 (0.14 seconds)
-
AbstractDataFieldMaxValueIncrementer (Spring Fr...
data store value such as max + 1 Throws: DataAccessException -...data store value such as max + 1 Throws: DataAccessException -...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/support/increme... -
r2_score — scikit-learn 1.8.0 documentation
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>>...cross-validation). Added in version 1.1. Returns : z float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
MultiLabelBinarizer — scikit-learn 1.8.0 ...
fit_transform ([( 1 , 2 ), ( 3 ,)]) array([[1, 1, 0], [0, 0, 1]]) >>>...'comedy' }]) array([[0, 1, 1], [1, 0, 0]]) >>> list...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html -
Plot classification probability — scikit-...
GaussianProcessClass ( kernel = 1.0 * RBF ([ 1.0 , 1.0 ])), "Logistic...LogisticRegression ( C = 0.1 ), "Logistic regression \n (C=1)" : LogisticRegression...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
SVM: Weighted samples — scikit-learn 1.8....
n_clusters_per_class = 1 , class_sep = 1.1 , weights = [ 0.9 , 0.1 ], random_state...( X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
ParameterGrid — scikit-learn 1.8.0 docume...
'a' : 1 , 'b' : True }, { 'a' : 1 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True ,...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
RFE — scikit-learn 1.8.0 documentation
ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function...float, default=1 If greater than or equal to 1, then step corresponds...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html -
balanced_accuracy_score — scikit-learn 1....
1 , 0 , 0 , 1 , 0 ] >>> y_pred = [ 0 , 1 , 0 ,...each class. The best value is 1 and the worst value is 0 when...scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html -
EllipticEnvelope — scikit-learn 1.8.0 doc...
n_features + 1) / 2 * n_samples . Range is (0, 1). contamination...>>> # predict returns 1 for an inlier and -1 for an outlier >>>...scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html -
randomized_svd — scikit-learn 1.8.0 docum...
approximation problem described in [1] (problem (1.5), p5). Refer to Wikipedia...n_iter=0 or 1 should even work fine in theory (see [1] page 9)....scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html