- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 3,499 for 1 (0.08 sec)
-
Company claims 1,000 percent price hike drove i...
AT&T’s VMware costs increasing by 1,050 percent . AT&T sued Broadcom...Forum view Loading comments... 1. Player 456 is back for revenge...arstechnica.com/information-technology/2024/12/company-claims-1000-percent-price-hike-drove-it-fr... -
ConfusionMatrixDisplay — scikit-learn 1.7.dev0 ...
scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Faces recognition...are set from 0 to n_classes - 1 . Attributes : im_ matplotlib...scikit-learn.org/dev/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html -
mean_absolute_error — scikit-learn 1.7.dev0 doc...
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> mean_absolute_error...scikit-learn.org/dev/modules/generated/sklearn.metrics.mean_absolute_error.html -
locally_linear_embedding — scikit-learn 1.7.dev...
n_neighbors > n_components * (1 + (n_components + 1) / 2. see reference...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/dev/modules/generated/sklearn.manifold.locally_linear_embedding.html -
3.1. Cross-validation: evaluating estimator per...
3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...scikit-learn.org/stable/modules/cross_validation.html -
Installing the development version of scikit-le...
NumPy (>= 1.19.5), SciPy (>= 1.6.0), Joblib (>= 1.2.0), threadpoolctl...ikit-learn.git # add --depth 1 if your connection is slow cd...scikit-learn.org/stable/developers/advanced_installation.html -
plot_release_highlights_1_6_0.rst.txt
1, 6, np.nan]).reshape(-1, 1) y = [0, 0, 1, 1] forest...code-block:: none array([0, 0, 1, 1]) .. GENERATED FROM PYTHON SOURCE...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_6_0.r... -
gen_even_slices — scikit-learn 1.6.0 documentation
1, None), slice(1, 2, None), ..., slice(9,...list ( gen_even_slices ( 10 , 1 )) [slice(0, 10, None)] >>> list...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
make_column_transformer — scikit-learn 1.6.0 do...
means 1 unless in a joblib.parallel_backend context. -1 means...Added in version 1.5. Changed in version 1.7: The default value...scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_transformer.html -
cross_val_score — scikit-learn 1.7.dev0 documen...
means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Model selection...scikit-learn.org/dev/modules/generated/sklearn.model_selection.cross_val_score.html