Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 719 for ' (0.04 sec)

  1. Permutation Importance vs Random Forest Feature...

    ['age', 'sibsp', 'parch', 'fare', 'random_num'])], verbose_featur...['age', 'sibsp', 'parch', 'fare', 'random_num'])], verbose_featur...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon May 13 16:58:55 UTC 2024
      95K bytes
      Cache
     
  2. Displaying estimators and complex pipelines — s...

    ('feat0', 'feat2'))]) pipeline-1 ('feat1', 'feat3') SimpleImputer...('feat1', 'feat3')), ('pipeline-2', Pipeline(steps=[('simpleimputer',...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html
    Mon May 13 16:58:55 UTC 2024
      47.8K bytes
      Cache
     
  3. sklearn.compose.ColumnTransformer — scikit-lear...

    remainder {drop, passthrough} or estimator, default=drop By default,...search. transformer {drop, passthrough} or estimator Estimator...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Mon May 13 16:58:55 UTC 2024
      66.8K bytes
      Cache
     
  4. sklearn.impute.KNNImputer — scikit-learn 1.4.2 ...

    weights {uniform, distance} or callable, default=uniform Weight..., weights = 'uniform' , metric = 'nan_euclidean' , copy = True...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Mon May 13 16:58:55 UTC 2024
      45.6K bytes
      Cache
     
  5. sklearn.neural_network.MLPRegressor — scikit-le...

    activation {identity, logistic, tanh, relu}, default=relu’...x) solver {lbfgs, sgd, adam}, default=adam The solver...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon May 13 16:58:55 UTC 2024
      62.5K bytes
      Cache
     
  6. Visualizing the stock market structure — scikit...

    history for 'AAPL' Fetching quote history for 'AIG' Fetching quote...history for 'AMZN' Fetching quote history for 'AXP' Fetching quote...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Mon May 13 16:58:55 UTC 2024
      74.3K bytes
      Cache
     
  7. sklearn.model_selection.ParameterGrid — scikit-...

    = [{ 'kernel' : [ 'linear' ]}, { 'kernel' : [ 'rbf' ], 'gamma'...'kernel' : 'linear' }, ... { 'kernel' : 'rbf' , 'gamma' : 1 },...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Mon May 13 16:58:55 UTC 2024
      19.9K bytes
      Cache
     
  8. sklearn.mixture.BayesianGaussianMixture — sciki...

    covariance_type {full, tied, diag, spherical}, default=full String...init_params {kmeans, k-means++, random, random_from_data}, default=’kmeans’...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Mon May 13 16:58:54 UTC 2024
      66.4K bytes
      Cache
     
  9. Release Highlights for scikit-learn 1.1 — sciki...

    ['age', 'fare']), ('cat', OneHotEncoder(handle_unknown='ignore', ...['age', 'fare']), ('cat', OneHotEncoder(handle_unknown='ignore', ...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html
    Mon May 13 16:58:55 UTC 2024
      91.6K bytes
      Cache
     
  10. sklearn.utils.discovery.all_estimators — scikit...

    are classifier, regressor, cluster and transformer to...<class 'list'> >>> type ( estimators [ 0 ]) <class 'tuple'> >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_estimators.html
    Mon May 13 16:58:55 UTC 2024
      18.8K bytes
      Cache
     
Back to top