Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 790 for ' (0.07 sec)

  1. sklearn.utils.parallel_backend — scikit-learn 1...

    threading: single-host, thread-based parallelism, multiprocessing’:...following backends are available: loky: single-host, process-based...
    scikit-learn.org/stable/modules/generated/sklearn.utils.parallel_backend.html
    Tue May 14 20:49:02 UTC 2024
      22.8K bytes
      Cache
     
  2. sklearn.linear_model.lars_path_gram — scikit-le...

    method {lar, lasso}, default=lar Specifies the returned...model. Select 'lar' for Least Angle Regression, 'lasso' for the Lasso....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html
    Tue May 14 20:49:02 UTC 2024
      25.4K bytes
      Cache
     
  3. sklearn.feature_extraction.FeatureHasher — scik...

    default=dict Choose a string from {dict, pair, string}. Either...D = [{ 'dog' : 1 , 'cat' : 2 , 'elephant' : 4 },{ 'dog' : 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Tue May 14 20:49:02 UTC 2024
      47K bytes
      Cache
     
  4. Custom refit strategy of a grid search with cro...

    'kernel': ['rbf']}, {'C': [1, 10, 100, 1000], 'kernel': ['linear']}],...'kernel': ['rbf']}, {'C': [1, 10, 100, 1000], 'kernel': ['linear']}],...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Tue May 14 20:49:02 UTC 2024
      60.4K bytes
      Cache
     
  5. 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
    Tue May 14 20:49:02 UTC 2024
      95K bytes
      Cache
     
  6. 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
    Tue May 14 20:49:02 UTC 2024
      47.8K bytes
      Cache
     
  7. 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
    Tue May 14 20:49:03 UTC 2024
      45.6K bytes
      Cache
     
  8. 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
    Tue May 14 20:49:01 UTC 2024
      66.8K bytes
      Cache
     
  9. 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
    Tue May 14 20:49:01 UTC 2024
      62.5K bytes
      Cache
     
  10. 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
    Tue May 14 20:49:03 UTC 2024
      74.3K bytes
      Cache
     
Back to top