Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 1,538 for ' (0.25 sec)

  1. sklearn.neighbors.LocalOutlierFactor — scikit-l...

    algorithm {auto, ball_tree, kd_tree, brute}, default=auto’...mode {connectivity, distance}, default=connectivity Type...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Thu May 09 23:01:25 UTC 2024
      63.2K bytes
      Cache
     
  2. sklearn.preprocessing.OrdinalEncoder — scikit-l...

    handle_unknown {error, use_encoded_value}, default=error When set...>>> X = [[ 'Male' , 1 ], [ 'Female' , 3 ], [ 'Female' , 2 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Thu May 09 23:01:25 UTC 2024
      61.5K bytes
      Cache
     
  3. sklearn.manifold.SpectralEmbedding — scikit-lea...

    affinity {nearest_neighbors, rbf, precomputed, precompu...information. eigen_solver {arpack, lobpcg, amg}, default=None The...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html
    Thu May 09 23:01:24 UTC 2024
      40.6K bytes
      Cache
     
  4. sklearn.utils.extmath.randomized_range_finder —...

    alizer {auto, QR, LU, none}, default=auto Whether the...power_iteration_normalizer = 'auto' , random_state = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Thu May 09 23:01:24 UTC 2024
      18.8K bytes
      Cache
     
  5. Ad Maiorem Gloriam Concreti | MetaFilter

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/203499/Ad-Maiorem-Gloriam-Concreti
    Sun Apr 28 00:52:32 UTC 2024
      51.3K bytes
      Cache
     
  6. sklearn.datasets.fetch_rcv1 — scikit-learn 1.4....

    ‘test, all}, default=all Select the dataset to load: train...stored in ~/scikit_learn_data subfolders. subset {train, test’,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Thu May 09 23:01:25 UTC 2024
      19.9K bytes
      Cache
     
  7. 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
    Thu May 09 23:01:24 UTC 2024
      60.4K bytes
      Cache
     
  8. 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
    Thu May 09 23:01:24 UTC 2024
      47.8K bytes
      Cache
     
  9. 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
    Thu May 09 23:01:25 UTC 2024
      95K bytes
      Cache
     
  10. Image Without Metaphor

    couldn't believe more people weren't talking about it. That's when...Lena Dunham's Polly Pocket movie and Daniel Kaluya's Barney the...
    all-cats-are-beautiful.ghost.io/image-without-metaphor-dune-2-and-the-return-of-socialist-realism/
    Mon Apr 22 00:42:30 UTC 2024
      42.6K bytes
      Cache
     
  11. sklearn.model_selection.cross_validate — scikit...

    keys ()) ['fit_time', 'score_time', 'test_score'] >>> cv_results...... scoring = ( 'r2' , 'neg_mean_squared_error' ), ... return_train_score...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Thu May 09 23:01:24 UTC 2024
      43.1K bytes
      Cache
     
  12. sklearn.cluster.dbscan — scikit-learn 1.4.2 doc...

    algorithm {auto, ball_tree, kd_tree, brute}, default=auto’...with mode='distance' , then using metric='precomputed' here. Another...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Thu May 09 23:01:25 UTC 2024
      25.3K bytes
      Cache
     
  13. CareFREE drumming | MetaFilter

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...months is the 'not great' part. It doesn't matter what it's about,...
    www.metafilter.com/203447/CareFREE-drumming
    Wed Apr 24 00:54:55 UTC 2024
      50.7K bytes
      Cache
     
  14. About | MetaFilter

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/about.mefi
    Tue May 07 00:44:20 UTC 2024
      18.2K bytes
      Cache
     
  15. Set up the Agent | APM Android Agent Reference ...

    Docs APM: Android Agent Reference APM Observability APM APM...applications build.gradle file as shown below: // Android app's build.gradle...
    www.elastic.co/guide/en/apm/agent/android/current/setup.html
    Thu Apr 04 12:48:47 UTC 2024
      22.3K bytes
      Cache
     
  16. 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
    Thu May 09 23:01:25 UTC 2024
      22.8K bytes
      Cache
     
  17. 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
    Thu May 09 23:01:25 UTC 2024
      62.5K bytes
      Cache
     
  18. 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
    Thu May 09 23:01:24 UTC 2024
      19.9K bytes
      Cache
     
  19. 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
    Thu May 09 23:01:24 UTC 2024
      74.3K bytes
      Cache
     
  20. 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
    Thu May 09 23:01:24 UTC 2024
      25.4K bytes
      Cache
     
Back to top