- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1181 - 1190 of over 10,000 for 1 (2.14 seconds)
-
fetch_kddcup99 — scikit-learn 1.7.2 docum...
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the kddcup99...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html -
DistanceMetric — scikit-learn 1.7.2 docum...
'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>>...10.63...] [5.65..., 8.48...] [1.41..., 4.24...]]) Available Metrics...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html -
inplace_csr_column_scale — scikit-learn 1...
1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2...csr . todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0,...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html -
IsolationForest example — scikit-learn 1....
assigned a ground truth label 1 whereas the outliers (created...numpy.random.uniform ) are assigned the label -1 . import numpy as np from skl...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
Feature agglomeration — scikit-learn 1.7....
- 1 )) connectivity = grid_to_graph...images . shape ) plt . figure ( 1 , figsize = ( 4 , 3.5 )) plt ....scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html -
delayed — scikit-learn 1.7.2 documentation
Changed in version 1.3: delayed was moved from sklearn.utils.fixes...sklearn.utils.parallel in scikit-learn 1.3. Parameters : function callable...scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.delayed.html -
check_cv — scikit-learn 1.7.2 documentation
y = [ 1 , 1 , 0 , 0 , 0 , 0 ], classifier...scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html -
FrozenEstimator — scikit-learn 1.7.2 docu...
scikit-learn.org/stable/modules/generated/sklearn.frozen.FrozenEstimator.html -
Overview of multiclass training meta-estimators...
scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html -
Prediction Latency — scikit-learn 1.7.2 d...
1 , verbose = False ): """Generate...configuration , duration_secs = 0.1 ): """benchmark...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html