- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 2,897 for 1 (0.08 sec)
-
roc_curve — scikit-learn 1.7.2 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html -
class_likelihood_ratios — scikit-learn 1.7.2 do...
1 , 0 , 1 , 0 ], [ 1 , 1 , 0 , 0 , 0 ]) (1.5, 0.75)...LR+ ranges from 1.0 to infinity. A LR+ of 1.0 indicates that...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
det_curve — scikit-learn 1.7.2 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html -
fetch_covtype — scikit-learn 1.7.2 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html -
coverage_error — scikit-learn 1.7.2 documentation
y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score = [[ 1 , 0 , 0...[ 0 , 1 , 1 ]] >>> coverage_error ( y_true , y_score ) 1.5 On...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html -
r2_score — scikit-learn 1.7.2 documentation
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : z float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
QuantileTransformer — scikit-learn 1.7.2 docume...
Added in version 1.5: The option None to disable...all strings. Added in version 1.0. See also quantile_transform...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html -
PrecisionRecallDisplay — scikit-learn 1.7.2 doc...
Added in version 1.3. Attributes : line_ matplotlib...not plotted. Added in version 1.3. ax_ matplotlib Axes Axes with...scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html -
cluster_optics_dbscan — scikit-learn 1.7.2 docu...
1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
12.1. Array API support (experimental) — scikit...
1.1.1. PyTorch Support # PyTorch Tensors...Thomas Fan at PyData NYC 2023. 12.1.1. Example usage # The configuration...scikit-learn.org/stable/modules/array_api.html