- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 2,897 for 1 (0.12 sec)
-
Matern — scikit-learn 1.7.2 documentation
kernel = 1.0 * Matern ( length_scale = 1.0 , nu = 1.5 ) >>> gpc...length_scale = 1.0 , length_scale_bounds = (1e-05, 100000.0) , nu = 1.5 )...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html -
train_test_split — scikit-learn 1.7.2 documenta...
1 3.5 1.4 0.2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6...4.2 1.3 105 7.6 3.0 6.6 2.1 66 5.6 3.0 4.5 1.5 0 5.1 3.5 1.4 0.2...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
f_classif — scikit-learn 1.7.2 documentation
n_clusters_per_class = 1 , ... shuffle = False , random_state...f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01, 5.41e+00, 3.25e-01,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html -
KMeans — scikit-learn 1.7.2 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Clustering...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
roc_auc_score — scikit-learn 1.7.2 documentation
classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
RidgeCV — scikit-learn 1.7.2 documentation
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.RidgeCV.html -
Normalizer — scikit-learn 1.7.2 documentation
1 , 2 , 2 ], ... [ 1 , 3 , 9 , 3 ], ... [...0.4, 0.4], [0.1, 0.3, 0.9, 0.3], [0.5, 0.7, 0.5, 0.1]]) fit ( X...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Normalizer.html -
FixedThresholdClassifier — scikit-learn 1.7.2 d...
y_true is in {-1, 1} or {0, 1} , pos_label is set to 1, otherwise...... n_samples = 1_000 , weights = [ 0.9 , 0.1 ], class_sep = 0.8...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
SparsePCA — scikit-learn 1.7.2 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...n_components = None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter...scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html -
fetch_file — scikit-learn 1.7.2 documentation
delay = 1 ) [source] # Fetch a file from...re-downloading. Added in version 1.6. Parameters : url str URL of...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_file.html