Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1071 - 1080 of 7,686 for 1 (0.14 seconds)

  1. Glossary of Common Terms and API Elements &#821...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}] . The class_weight parameter...
    scikit-learn.org/stable/glossary.html
    Fri Nov 14 17:52:10 GMT 2025
      212.1K bytes
      Cache
     
  2. Swiss Roll And Swiss-Hole Reduction — sci...

    ) axs [ 1 ] . scatter ( sr_tsne [:, 0 ], sr_tsne [:, 1 ], c =...) axs [ 1 ] . scatter ( sh_tsne [:, 0 ], sh_tsne [:, 1 ], c =...
    scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html
    Fri Nov 14 17:52:11 GMT 2025
      100K bytes
      Cache
     
  3. Features in Histogram Gradient Boosting Trees &...

    Normalized between 0 and 1; day: day of week (1-7); period: half hour...predictions [ 1 ][ first_week ], color = colors [ 0 ], alpha = 0.1 , )...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Fri Nov 14 17:52:08 GMT 2025
      150.9K bytes
      Cache
     
  4. Blind source separation using FastICA — s...

    array ([[ 1 , 1 , 1 ], [ 0.5 , 2 , 1.0 ], [ 1.5 , 1.0 , 2.0 ]])...models , names ), 1 ): plt . subplot ( 4 , 1 , ii ) plt . title...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html
    Fri Nov 14 17:52:11 GMT 2025
      97K bytes
      Cache
     
  5. Column Transformer with Heterogeneous Data Sour...

    fetch_20newsgroups ( random_state = 1 , subset = "train" ,...fetch_20newsgroups ( random_state = 1 , subset = "test" ,...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Fri Nov 14 17:52:10 GMT 2025
      107.7K bytes
      Cache
     
  6. Recursive feature elimination with cross-valida...

    n_clusters_per_class = 1 , class_sep = 0.8 , random_state...StratifiedKFold min_features_to_select = 1 # Minimum number of features to...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Fri Nov 14 17:52:08 GMT 2025
      98.7K bytes
      Cache
     
  7. Plot Ridge coefficients as a function of the re...

    Hilbert matrix X = 1.0 / ( np . arange ( 1 , 11 ) + np . arange..."Feature { i + 1 } " for i in range ( X . shape [ 1 ])], loc =...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html
    Fri Nov 14 17:52:08 GMT 2025
      91.7K bytes
      Cache
     
  8. Pipelining: chaining a PCA and a logistic regre...

    arange ( 1 , pca . n_components_ + 1 ), pca . explained_variance_ratio_...( max_iter = 10000 , tol = 0.1 ) pipe = Pipeline ( steps = [(...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Fri Nov 14 06:59:28 GMT 2025
      97.2K bytes
      Cache
     
  9. Outlier detection on a real data set — sc...

    EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Fri Nov 14 17:52:10 GMT 2025
      101.7K bytes
      Cache
     
  10. Early stopping of Stochastic Gradient Descent &...

    version = 1 , as_frame = False ) # take only...n_iter_no_change = 3 , tol = 0.1 ), "Validation score"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Nov 14 17:52:10 GMT 2025
      107.6K bytes
      Cache
     
Back to Top