Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4211 - 4220 of 4,807 for * (2.44 sec)

  1. FastICA on 2D point clouds scikit-learn 1.7.1...

    axis / axis . std () plt . quiver ( ( 0 , 0 ), ( 0 , 0 ), x_axis...components_ . T , "orange" , "PCA" ), ( ica . mixing_ , "red" , "ICA"...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html
    Mon Aug 04 12:41:02 UTC 2025
      103.2K bytes
      Cache
     
  2. Decision Tree Regression scikit-learn 1.7.1 d...

    = np . arange ( 0.0 , 5.0 , 0.01 )[:, np . newaxis ] y_1 = regr_1...* np . sin ( X ) . ravel (), np . pi * np . cos ( X ) . ravel...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Mon Aug 04 12:41:00 UTC 2025
      152.4K bytes
      Cache
     
  3. Shrinkage covariance estimation: LedoitWolf vs ...

    plt . plot ( plt . xlim (), 2 * [ loglik_real ], "--r" , label...plt . ylim ()[ 0 ])) ymax = lik_max + 10.0 * np . log ( lik_max...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Mon Aug 04 12:41:02 UTC 2025
      108.5K bytes
      Cache
     
  4. Factor Analysis (with rotation) to visualize pa...

    set_xticks ([ 0 , 1 ]) ax . set_xticklabels ([ "Comp. 1" , "Comp. 2"...= [ ( "PCA" , PCA ()), ( "Unrotated FA" , FactorAnalysis ()),...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Mon Aug 04 12:41:04 UTC 2025
      96.1K bytes
      Cache
     
  5. Demo of affinity propagation clustering algorit...

    sample data # centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X ,...viridis ( np . linspace ( 0 , 1 , 4 ))) for k , col in zip ( range...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Mon Aug 04 12:41:00 UTC 2025
      97.5K bytes
      Cache
     
  6. Classification of text documents using sparse f...

    atheism" , "talk.religion.misc" , "comp.graphics" , "sci.space" , ]...size_mb ( docs ): return sum ( len ( s . encode ( "utf-8" )) for...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Mon Aug 04 12:41:02 UTC 2025
      158K bytes
      Cache
     
  7. Comparing Target Encoder with Other Encoders ...

    "province" , "region_1" , "region_2" , "variety" , "winery" , ] target_name...= [ ( "drop" , "drop" ), ( "ordinal" , OrdinalEncoder ( handle_unknown...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Mon Aug 04 12:41:02 UTC 2025
      156.8K bytes
      Cache
     
  8. FeatureHasher and DictVectorizer Comparison s...

    example, isn't it?" )) ['this', 'is', 'a', 'simple', 'example', 'isn',...{'that': 1, 'is': 2, 'one': 2, 'example': 1, 'but': 1, 'this':...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Mon Aug 04 12:41:00 UTC 2025
      143.5K bytes
      Cache
     
  9. Comparing Linear Bayesian Regressors scikit-l...

    tight_layout ( rect = ( 0 , 0 , 1 , 0.95 )) _ = plt . title ( "Models' coefficients".... xlabel ( "Iterations" ) plt . xlim ( 1 , 30 ) plt . legend...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html
    Mon Aug 04 12:41:00 UTC 2025
      120.3K bytes
      Cache
     
  10. Manifold Learning methods on a severed sphere ...

    sphere. indices = ( t < ( np . pi - ( np . pi / 8 ))) & ( t > (...( " %s : %.2g sec" % ( methods [ i ], t1 - t0 )) ax = fig . add_subplot...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Mon Aug 04 12:41:00 UTC 2025
      118.9K bytes
      Cache
     
Back to top