- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 851 - 860 of 3,200 for 2 (0.45 sec)
-
ConvergenceWarning — scikit-learn 1.7.2 documen...
Skip to main content Back to top Ctrl + K GitHub Choose version ConvergenceWarning # exception sklearn.exceptions. Co...scikit-learn.org/stable/modules/generated/sklearn.exceptions.ConvergenceWarning.html -
TunedThresholdClassifierCV — scikit-learn 1.7.2...
Gallery examples: Post-tuning the decision threshold for cost-sensitive learning Post-hoc tuning the cut-off point of decision function Release Highlights for scikit-learn 1.5scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
DummyClassifier — scikit-learn 1.7.2 documentation
Gallery examples: Multi-class AdaBoosted Decision Trees Post-tuning the decision threshold for cost-sensitive learning Detection error tradeoff (DET) curve Class Likelihood Ratios to measure classi...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html -
UndefinedMetricWarning — scikit-learn 1.7.2 doc...
Skip to main content Back to top Ctrl + K GitHub Choose version UndefinedMetricWarning # exception sklearn.exceptions...scikit-learn.org/stable/modules/generated/sklearn.exceptions.UndefinedMetricWarning.html -
DataConversionWarning — scikit-learn 1.7.2 docu...
Skip to main content Back to top Ctrl + K GitHub Choose version DataConversionWarning # exception sklearn.exceptions....scikit-learn.org/stable/modules/generated/sklearn.exceptions.DataConversionWarning.html -
7.5. Unsupervised dimensionality reduction — sc...
2. Random projections # The module:...scikit-learn.org/stable/modules/unsupervised_reduction.html -
Principal Component Regression vs Partial Least...
n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...target. pca_2 = make_pipeline ( PCA ( n_components = 2 ), LinearRegression...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
Feature importances with a forest of trees — sc...
n_classes = 2 , random_state = 0 , shuffle =...max_depth None min_samples_split 2 min_samples_leaf 1 min_weight_fraction_leaf...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html -
Prediction Intervals for Gradient Boosting Regr...
exp ( sigma ** 2 / 2 ) y = expected_y + noise Split...learning_rate = [ 0.05 , 0.1 , 0.2 ], max_depth = [ 2 , 5 , 10 ], min_samples_leaf...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
mean_gamma_deviance — scikit-learn 1.7.2 docume...
= [ 2 , 0.5 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...with the power parameter power=2 . It is invariant to scaling of...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html