Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 1,745 for document (0.83 sec)

  1. sklearn.pipeline — scikit-learn 1.7.2 documenta...

    Utilities to build a composite estimator as a chain of transforms and estimators. User guide. See the Pipelines and composite estimators section for further details.
    scikit-learn.org/stable/api/sklearn.pipeline.html
    Sat Oct 11 07:51:24 UTC 2025
      115.8K bytes
      Cache
     
  2. Gradient Boosting regression — scikit-learn 1.7...

    This example demonstrates Gradient Boosting to produce a predictive model from an ensemble of weak predictive models. Gradient boosting can be used for regression and classification problems. Here,...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Sat Oct 11 07:51:25 UTC 2025
      110K bytes
      Cache
     
  3. coverage_error — scikit-learn 1.7.2 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version coverage_error # sklearn.metrics. coverage_error ( y_...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Sat Oct 11 07:51:26 UTC 2025
      108.2K bytes
      Cache
     
  4. dcg_score — scikit-learn 1.7.2 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version dcg_score # sklearn.metrics. dcg_score ( y_true , y_s...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Sat Oct 11 07:51:25 UTC 2025
      112.5K bytes
      Cache
     
  5. r2_score — scikit-learn 1.7.2 documentation

    Gallery examples: Effect of transforming the targets in regression model Failure of Machine Learning to infer causal effects L1-based models for Sparse Signals Non-negative least squares Ordinary L...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Sat Oct 11 07:51:25 UTC 2025
      121.5K bytes
      Cache
     
  6. power_transform — scikit-learn 1.7.2 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version power_transform # sklearn.preprocessing. power_transf...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Fri Oct 10 15:14:33 UTC 2025
      112.6K bytes
      Cache
     
  7. plot_tree — scikit-learn 1.7.2 documentation

    Gallery examples: Plot the decision surface of decision trees trained on the iris dataset Understanding the decision tree structure
    scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html
    Fri Oct 10 15:14:33 UTC 2025
      114.1K bytes
      Cache
     
  8. rand_score — scikit-learn 1.7.2 documentation

    Gallery examples: Adjustment for chance in clustering performance evaluation
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Sat Oct 11 07:51:26 UTC 2025
      110.6K bytes
      Cache
     
  9. SGD: Penalties — scikit-learn 1.7.2 documentation

    Contours of where the penalty is equal to 1 for the three penalties L1, L2 and elastic-net. All of the above are supported by SGDClassifier and SGDRegressor. Total running time of the script:(0 min...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html
    Sat Oct 11 07:51:25 UTC 2025
      92.3K bytes
      Cache
     
  10. Pipelines and composite estimators — scikit-lea...

    Examples of how to compose transformers and pipelines from other estimators. See the User Guide. Column Transformer with Heterogeneous Data Sources Column Transformer with Mixed Types Concatenating...
    scikit-learn.org/stable/auto_examples/compose/index.html
    Sat Oct 11 07:51:27 UTC 2025
      77.2K bytes
      Cache
     
Back to top