Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 981 - 990 of over 10,000 for 2 (2.64 seconds)

  1. GMM Initialization Methods — scikit-learn...

    subplot ( 2 , len ( methods ) // 2 , n + 1 ) start =...figsize = ( 4 * len ( methods ) // 2 , 6 )) plt . subplots_adjust (...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html
    Mon Nov 24 08:52:56 GMT 2025
      99K bytes
      Cache
     
  2. Model selection with Probabilistic PCA and Fact...

    rand ( n_features ) + sigma / 2.0 X_hetero = X + rng . randn (...shrinkages = np . logspace ( - 2 , 0 , 30 ) cv = GridSearchCV (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Mon Nov 24 08:52:54 GMT 2025
      110.5K bytes
      Cache
     
  3. Cross decomposition — scikit-learn 1.7.2 ...

    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 Nov 24 08:52:56 GMT 2025
      74.2K bytes
      Cache
     
  4. Related Projects — scikit-learn 1.7.2 doc...

    Projects implementing the scikit-learn estimator API are encouraged to use the scikit-learn-contrib template which facilitates best practices for testing and documenting estimators. The scikit-lear...
    scikit-learn.org/stable/related_projects.html
    Mon Nov 24 07:36:04 GMT 2025
      42.8K bytes
      Cache
     
  5. Frozen Estimators — scikit-learn 1.7.2 do...

    Examples concerning the sklearn.frozen module. Examples of Using FrozenEstimator
    scikit-learn.org/stable/auto_examples/frozen/index.html
    Mon Nov 24 08:52:53 GMT 2025
      73.2K bytes
      Cache
     
  6. Nearest Neighbors — scikit-learn 1.7.2 do...

    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 Nov 24 08:52:53 GMT 2025
      82.5K bytes
      Cache
     
  7. sklearn.neural_network — scikit-learn 1.7...

    Models based on neural networks. User guide. See the Neural network models (supervised) and Neural network models (unsupervised) sections for further details.
    scikit-learn.org/stable/api/sklearn.neural_network.html
    Mon Nov 24 08:52:53 GMT 2025
      115.3K bytes
      Cache
     
  8. sklearn.feature_selection — scikit-learn ...

    Feature selection algorithms. These include univariate filter selection methods and the recursive feature elimination algorithm. User guide. See the Feature selection section for further details.
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Mon Nov 24 08:52:54 GMT 2025
      121.4K bytes
      Cache
     
  9. sklearn.preprocessing — scikit-learn 1.7....

    Methods for scaling, centering, normalization, binarization, and more. User guide. See the Preprocessing data section for further details.
    scikit-learn.org/stable/api/sklearn.preprocessing.html
    Mon Nov 24 08:52:53 GMT 2025
      125.3K bytes
      Cache
     
  10. sklearn.model_selection — scikit-learn 1....

    Tools for model selection, such as cross validation and hyper-parameter tuning. User guide. See the Cross-validation: evaluating estimator performance, Tuning the hyper-parameters of an estimator, ...
    scikit-learn.org/stable/api/sklearn.model_selection.html
    Mon Nov 24 08:52:56 GMT 2025
      129K bytes
      Cache
     
Back to Top