Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 2,002 for = (0.06 sec)

  1. Map data to a normal distribution — scikit-lear...

    QuantileTransformer N_SAMPLES = 1000 FONT_SIZE = 6 BINS = 30 rng = np . random...distribution df = 3 X_chisq = rng . chisquare ( df = df , size = size )...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Thu Jul 03 11:42:04 UTC 2025
      105.1K bytes
      Cache
     
  2. plot_discretization_strategies.zip

    py """ ========== Demonstrating the different...strategies of KBinsDiscretizer ========== This example presents the...
    scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie...
    Thu Jul 03 11:42:05 UTC 2025
      7.3K bytes
      Similar Results (1)
     
  3. grid_search_workflow.png

    encoding=ISO-8859-1, compression=none keyword=Software, value=www.inkscape.org...0.08468835 width=2031, height=1362, bitDepth=8, colorType=RGBAlpha,...
    scikit-learn.org/stable/_images/grid_search_workflow.png
    Thu Jul 03 11:42:06 UTC 2025
      80K bytes
     
  4. check_consistent_length — scikit-learn 1.7.0 do...

    check_consistent_length >>> a = [ 1 , 2 , 3 ] >>> b = [ 2 , 3 , 4 ] >>> ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html
    Mon Jun 30 13:50:28 UTC 2025
      105.6K bytes
      1 views
      Cache
     
  5. Classifier comparison — scikit-learn 1.7.0 docu...

    C = 0.025 , random_state = 42 ), SVC ( gamma = 2 , C = 1 ,...clf , X , cmap = cm , alpha = 0.8 , ax = ax , eps = 0.5 ) # Plot...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Thu Jul 03 11:42:06 UTC 2025
      114.3K bytes
      Cache
     
  6. 1.10. Decision Trees — scikit-learn 1.7.0 docum...

    >>> X = [[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree...filled = True , rounded = True , ... special_characters = True...
    scikit-learn.org/stable/modules/tree.html
    Thu Jul 03 11:42:04 UTC 2025
      94.5K bytes
      Cache
     
  7. Multi-dimensional scaling — scikit-learn 1.7.0 ...

    random_state = 42 , n_jobs = 1 , n_init = 1 , ) X_nmds = nmds . fit_transform...[:, 1 ], color = "navy" , s = s , lw = 0 , label = "True Position"...
    scikit-learn.org/stable/auto_examples/manifold/plot_mds.html
    Thu Jul 03 11:42:05 UTC 2025
      104.1K bytes
      Cache
     
  8. Features in Histogram Gradient Boosting Trees —...

    electricity = fetch_openml ( name = "electricity" , version = 1 , as_frame...as_frame = True , parser = "pandas" ) df = electricity . frame...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Thu Jul 03 11:42:06 UTC 2025
      150.9K bytes
      Cache
     
  9. GMM covariances — scikit-learn 1.7.0 documentation

    bottom = 0.01 , top = 0.95 , hspace = 0.15 , wspace = 0.05 ,...scatterpoints = 1 , loc = "lower right" , prop = dict ( size = 12 ))...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Thu Jul 03 11:42:04 UTC 2025
      108.4K bytes
      Cache
     
  10. BayesianGaussianMixture — scikit-learn 1.7.0 do...

    reg_covar = 1e-06 , max_iter = 100 , n_init = 1 , init_params = 'kmeans'...n_components = 1 , covariance_type = 'full' , tol = 0.001 , reg_covar...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Thu Jul 03 11:42:05 UTC 2025
      152.9K bytes
      Cache
     
Back to top