Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1001 - 1010 of over 10,000 for * (5.44 seconds)

Filter
  1. Manifold learning on handwritten digits: Locall...

    shape [ 1 ] + 1 ] += 0.01 # Make X invertible else...plt . subplots ( nrows = 10 , ncols = 10 , figsize = ( 6 , 6 ))...
    scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html
    Mon Mar 23 20:39:21 UTC 2026
      18.7K bytes
      Cache
     
  2. Imputing missing values with variants of Iterat...

    X_full = X_full [:: 10 ] y_full = y_full [:: 10 ] n_samples , n_features...max_depth = 10 , bootstrap = True , max_samples = 0.5 , n_jobs...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Mon Mar 23 20:39:20 UTC 2026
      18K bytes
      Cache
     
  3. Gaussian Mixture Model Ellipsoids — scikit-lear...

    seed ( 0 ) C = np . array ([[ 0.0 , - 0.1 ], [ 1.7 , 0.4 ]]) X...v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v ) u = w [ 0 ] / linalg...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html
    Mon Mar 23 20:39:20 UTC 2026
      16.8K bytes
      Cache
     
  4. HuberRegressor vs Ridge on dataset with strong ...

    n_features = 1 , random_state = 0 , noise = 4.0 , bias = 100.0 ) # Add...) epsilon_values = [ 1 , 1.5 , 1.75 , 1.9 ] for k , epsilon in...
    scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html
    Mon Mar 23 20:39:22 UTC 2026
      15.8K bytes
      Cache
     
  5. Inspection — scikit-learn 1.8.0 documentation

    Examples related to the sklearn.inspection module. Common pitfalls in the interpretation of coefficients of linear models Failure of Machine Learning to infer causal effects Partial Dependence and ...
    scikit-learn.org/stable/auto_examples/inspection/index.html
    Mon Mar 23 20:39:21 UTC 2026
      13.5K bytes
      Cache
     
  6. Neural Networks — scikit-learn 1.8.0 documentation

    Examples concerning the sklearn.neural_network module. Compare Stochastic learning strategies for MLPClassifier Restricted Boltzmann Machine features for digit classification Varying regularization...
    scikit-learn.org/stable/auto_examples/neural_networks/index.html
    Mon Mar 23 20:39:22 UTC 2026
      13.2K bytes
      Cache
     
  7. Manifold learning — scikit-learn 1.8.0 document...

    Examples concerning the sklearn.manifold module. Comparison of Manifold Learning methods Manifold Learning methods on a severed sphere Manifold learning on handwritten digits: Locally Linear Embedd...
    scikit-learn.org/stable/auto_examples/manifold/index.html
    Mon Mar 23 20:39:21 UTC 2026
      13K bytes
      Cache
     
  8. sklearn.frozen — scikit-learn 1.8.0 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version sklearn.frozen # FrozenEstimator Estimator that wraps...
    scikit-learn.org/stable/api/sklearn.frozen.html
    Mon Mar 23 20:39:23 UTC 2026
      12K bytes
      Cache
     
  9. Clustering text documents using k-means — sciki...

    Rand-Index: 0.203 ± 0.017 Silhouette Coefficient: 0.007 ± 0.000 All those...clustering done in 0.02 ± 0.00 s Homogeneity: 0.398 ± 0.011 Completeness:...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Mon Mar 23 20:39:21 UTC 2026
      23.8K bytes
      Cache
     
  10. sklearn.multiclass — scikit-learn 1.8.0 documen...

    Multiclass learning algorithms. one-vs-the-rest / one-vs-all, one-vs-one, error correcting output codes. The estimators provided in this module are meta-estimators: they require a base estimator to...
    scikit-learn.org/stable/api/sklearn.multiclass.html
    Mon Mar 23 20:39:23 UTC 2026
      12.8K bytes
      Cache
     
Back to Top