Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1051 - 1060 of 1,686 for document (0.28 sec)

  1. 8. Computing with scikit-learn — scikit-learn 1...

    Strategies to scale computationally: bigger data- Scaling with instances using out-of-core learning., Computational Performance- Prediction Latency, Prediction Throughput, Tips and Tricks., Paralle...
    scikit-learn.org/stable/computing.html
    Mon Apr 21 17:07:39 UTC 2025
      31.3K bytes
      Cache
     
  2. 2.8. Density Estimation — scikit-learn 1.6.1 do...

    Density estimation walks the line between unsupervised learning, feature engineering, and data modeling. Some of the most popular and useful density estimation techniques are mixture models such as...
    scikit-learn.org/stable/modules/density.html
    Mon Apr 21 17:07:39 UTC 2025
      45.2K bytes
      Cache
     
  3. Model-based and sequential feature selection — ...

    This example illustrates and compares two approaches for feature selection: SelectFromModel which is based on feature importance, and SequentialFeatureSelector which relies on a greedy approach. We...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Mon Apr 21 17:07:39 UTC 2025
      123.1K bytes
      Cache
     
  4. L1-based models for Sparse Signals — scikit-lea...

    The present example compares three l1-based regression models on a synthetic signal obtained from sparse and correlated features that are further corrupted with additive gaussian noise: a Lasso;, a...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Apr 21 17:07:39 UTC 2025
      125K bytes
      Cache
     
  5. Plot different SVM classifiers in the iris data...

    Comparison of different linear SVM classifiers on a 2D projection of the iris dataset. We only consider the first 2 features of this dataset: Sepal length, Sepal width. This example shows how to pl...
    scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html
    Mon Apr 21 17:07:39 UTC 2025
      92.8K bytes
      Cache
     
  6. Getting Started — scikit-learn 1.6.1 documentation

    The purpose of this guide is to illustrate some of the main features that scikit-learn provides. It assumes a very basic working knowledge of machine learning practices (model fitting, predicting, ...
    scikit-learn.org/stable/getting_started.html
    Mon Apr 21 17:07:39 UTC 2025
      48K bytes
      Cache
     
  7. Frozen Estimators — scikit-learn 1.6.1 document...

    Examples concerning the sklearn.frozen module. Examples of Using FrozenEstimator
    scikit-learn.org/stable/auto_examples/frozen/index.html
    Mon Apr 21 17:07:39 UTC 2025
      73.5K bytes
      Cache
     
  8. Nearest Neighbors — scikit-learn 1.6.1 document...

    Examples concerning the sklearn.neighbors module. Approximate nearest neighbors in TSNE Caching nearest neighbors Comparing Nearest Neighbors with and without Neighborhood Components Analysis Dimen...
    scikit-learn.org/stable/auto_examples/neighbors/index.html
    Mon Apr 21 17:07:39 UTC 2025
      82.8K bytes
      Cache
     
  9. Cross decomposition — scikit-learn 1.6.1 docume...

    Examples concerning the sklearn.cross_decomposition module. Compare cross decomposition methods Principal Component Regression vs Partial Least Squares Regression
    scikit-learn.org/stable/auto_examples/cross_decomposition/index.html
    Mon Apr 21 17:07:39 UTC 2025
      74.5K bytes
      Cache
     
  10. Release Highlights — scikit-learn 1.6.1 documen...

    These examples illustrate the main features of the releases of scikit-learn. Release Highlights for scikit-learn 1.6 Release Highlights for scikit-learn 1.5 Release Highlights for scikit-learn 1.4 ...
    scikit-learn.org/stable/auto_examples/release_highlights/index.html
    Mon Apr 21 17:07:39 UTC 2025
      80.3K bytes
      Cache
     
Back to top