Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 1,496 for ' (0.07 sec)

  1. Who is using scikit-learn? — scikit-learn 1.4.2...

    I think its the most well-designed ML package Ive seen so far....in diggs new video recommender system , and Ponchos dynamic...
    scikit-learn.org/stable/testimonials/testimonials.html
    Fri Apr 26 16:41:51 UTC 2024
      48K bytes
      Cache
     
  2. Global BIPOC Board Meeting #21 Minutes | MetaTalk

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    metatalk.metafilter.com/26418/Global-BIPOC-Board-Meeting-21-Minutes
    Fri Apr 05 00:42:01 UTC 2024
      39.7K bytes
      Cache
     
  3. sklearn.tree.export_graphviz — scikit-learn 1.4...

    label {all, root, none}, default=all Whether to show...Options include all to show at every node, root to show only...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_graphviz.html
    Fri Apr 26 16:41:50 UTC 2024
      23.7K bytes
      Cache
     
  4. neighbors.rst.txt

    valid_metrics ['euclidean', 'l2', 'minkowski', 'p', 'manhattan', 'cityblock',...cs ['euclidean', 'l2', 'minkowski', 'p', 'manhattan', 'cityblock',...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Fri Apr 26 16:41:51 UTC 2024
      37.8K bytes
     
  5. sklearn.metrics.pairwise.distance_metrics — sci...

    es haversine metrics.pairwise.haversine_distances l1 met...es l2 metrics.pairwise.euclidean_distances manhattan met...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.distance_metrics.html
    Fri Apr 26 16:41:48 UTC 2024
      15.5K bytes
      Cache
     
  6. 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
    Fri Apr 26 16:41:50 UTC 2024
      63.2K bytes
      Cache
     
  7. sklearn.linear_model.QuantileRegressor — scikit...

    solver {highs-ds, highs-ipm, highs, interior-point, revised...‘revised simplex}, default=highs Method used by scipy.optimize.linprog...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Fri Apr 26 16:41:50 UTC 2024
      52.6K bytes
      Cache
     
  8. The 2024 Chess Candidates Tournaments | MetaFilter

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/203183/The-2024-Chess-Candidates-Tournaments
    Thu Apr 04 00:43:01 UTC 2024
      35.4K bytes
      Cache
     
  9. 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
    Fri Apr 26 16:41:48 UTC 2024
      61.5K bytes
      Cache
     
  10. A computer that could expand with the addition ...

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/203125/A-computer-that-could-expand-with-the-addition-of-modular-components
    Sun Mar 31 00:43:43 UTC 2024
      28.3K bytes
      Cache
     
  11. sklearn.metrics.root_mean_squared_log_error — s...

    multioutput {raw_values, uniform_average} or array-like...None , multioutput = 'uniform_average' ) [source] Root mean squared...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_log_error.html
    Fri Apr 26 16:41:48 UTC 2024
      17.4K bytes
      Cache
     
  12. sklearn.datasets.fetch_lfw_pairs — scikit-learn...

    subset {train, test, 10_folds}, default=train Select the...load: train for the development training set, test for the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Fri Apr 26 16:41:50 UTC 2024
      20.4K bytes
      Cache
     
  13. LikeSearch | DBFlute

    MEMBER_NAME like '%SEA%' escape '|' and MEMBER_NAME like '%LAND%' escape...escape '|' and MEMBER_NAME like '%PIARI%' escape '|' e.g. 空白区切りでスプリット...
    dbflute.seasar.org/ja/manual/function/ormapper/...
    Mon Mar 18 15:47:33 UTC 2024
      23.2K bytes
      Cache
     
  14. 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
    Fri Apr 26 16:41:50 UTC 2024
      40.6K bytes
      Cache
     
  15. Week 361: "Avril 14" by Aphex Twin - Beautiful ...

    Aphex Twins music, its not too surprising. Heres an incomplete...piano, as if its been buried alive. 2. Although its a sweet-sounding...
    www.beautifulsongoftheweek.com/week-361-avril-14th-aphex-twin/
    Mon Apr 15 00:43:23 UTC 2024
      46.2K bytes
      Cache
     
  16. cross_validation.rst.txt

    keys()) ['estimator', 'fit_time', 'score_time', 'test_score'] Obtaining...sorted(scores.keys()) ['fit_time', 'score_time', 'test_precision_macro', 'test_recall_macro']...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      39.9K bytes
      6 views
     
  17. sklearn.preprocessing.label_binarize — scikit-l...

    label_binarize ([ 'yes' , 'no' , 'no' , 'yes' ], classes = [ 'no' , 'yes' ])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Fri Apr 26 16:41:50 UTC 2024
      20.3K bytes
      Cache
     
  18. sklearn.cluster.HDBSCAN — scikit-learn 1.4.2 do...

    to 'kd_tree' in 1.6. Deprecated since version 1.4: The 'balltree'...max_cluster_size = None , metric = 'euclidean' , metric_params = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Fri Apr 26 16:41:50 UTC 2024
      52.3K bytes
      Cache
     
  19. 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
    Fri Apr 26 16:41:50 UTC 2024
      18.8K bytes
      Cache
     
  20. Elastic Confluence connector reference | Enterp...

    "type in ('page', 'attachment') AND space.key = 'SD'" } ] Syncing..."type in ('page', 'attachment') AND space.key = 'SD'" } ] Syncing...
    www.elastic.co/guide/en/enterprise-search/current/connectors-confluence.html
    Thu Apr 11 16:52:22 UTC 2024
      58.5K bytes
      1 views
      Cache
     
Back to top