Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 240 of 1,446 for ' (0.1 sec)

  1. sklearn.linear_model.ElasticNetCV — scikit-lear...

    selection {cyclic, random}, default=cyclic If set to random’,...fit_intercept = True , precompute = 'auto' , max_iter = 1000 , tol = 0.0001...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Mon May 20 18:34:24 UTC 2024
      75.9K bytes
      Cache
     
  2. sklearn.ensemble.HistGradientBoostingClassifier...

    early_stopping auto or bool, default=auto If auto, early stopping...early_stopping = 'auto' , scoring = 'loss' , validation_fraction...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Mon May 20 18:34:24 UTC 2024
      80.6K bytes
      Cache
     
  3. sklearn.compose.make_column_selector — scikit-l...

    ({ 'city' : [ 'London' , 'London' , 'Paris' , 'Sallisaw' ], ......... 'rating' : [ 5 , 3 , 4 , 5 ]}) >>> ct = make_column_transformer...
    scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html
    Mon May 20 18:34:24 UTC 2024
      25.1K bytes
      Cache
     
  4. Glossary of Common Terms and API Elements — sci...

    of [no, yes], yes is the positive class; of [no, YES’],...param_grid = { 'loss' : [ 'log_loss' , 'hinge' ]}) This means...
    scikit-learn.org/dev/glossary.html
    Mon May 20 18:34:23 UTC 2024
      217.6K bytes
      Cache
     
  5. IBM open-sources its Granite AI models - and th...

    courses (and whether AI 'micro-degrees' and certificates are worth...courses (and whether AI 'micro-degrees' and certificates are worth...
    www.zdnet.com/article/ibm-open-sources-its-granite-ai-models-and-they-mean-business/
    Tue May 14 00:32:45 UTC 2024
      488.1K bytes
      Cache
     
  6. Teruna Jaya (gamelan animated graphical score) ...

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/203759/Teruna-Jaya-gamelan-animated-graphical-score
    Sat May 18 00:43:21 UTC 2024
      24.8K bytes
      Cache
     
  7. An introduction to machine learning with scikit...

    data [: 3 ])) ['setosa', 'setosa', 'setosa'] Here, the first..., dtype = 'float32' ) >>> X . dtype dtype('float32') >>> transformer...
    scikit-learn.org/stable/tutorial/basic/tutorial.html
    Mon May 20 18:34:24 UTC 2024
      47.9K bytes
      Cache
     
  8. sklearn.model_selection.LearningCurveDisplay — ...

    score_type = 'both' , log_scale = 'deprecated' , std_display_style...score_type = 'both' , log_scale = 'deprecated' , std_display_style...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon May 20 18:34:25 UTC 2024
      56.8K bytes
      Cache
     
  9. sklearn.metrics.get_scorer_names — scikit-learn...

    <class 'list'> >>> all_scorers [: 3 ] ['accuracy', 'adjusted...'adjusted_mutual_info_score', 'adjusted_rand_score'] >>> "roc_auc" in...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer_names.html
    Mon May 20 18:34:24 UTC 2024
      15.2K bytes
      Cache
     
  10. Elastic Site Search - Fast, Relevant Search for...

    because its flexible, fast, and scalable. Elastic's extensible...indexing your website content so its searchable. Fully controllable...
    www.elastic.co/enterprise-search/site-search
    Tue May 21 00:05:20 UTC 2024
      534.6K bytes
      Cache
     
  11. Consensus powers advanced academic search platf...

    We're not just a thin AI wrapper on top of someone else's data,...experience. Chris Varano, Consensus's lead search engineer with nearly...
    www.elastic.co/customers/consensus
    Tue May 21 00:44:04 UTC 2024
      364.6K bytes
      Cache
     
  12. Introducing approximate nearest neighbor search...

    documents by skipping over 'tombstones' during the graph search....present a unique challenge, as its very difficult to efficiently...
    www.elastic.co/blog/introducing-approximate-nearest-neighbor-search-in-elasticsearch-8-0
    Tue May 21 00:35:55 UTC 2024
      438K bytes
      1 views
      Cache
     
  13. Elastic Observability monitors metrics for Micr...

    more intuitively using Elastic®s advanced machine learning (ML)...or failed transactions . Thats right, Elastic offers capabilities...
    www.elastic.co/observability-labs/blog/observability-monitors-metrics-microsoft-azure
    Tue May 21 01:04:04 UTC 2024
      170.2K bytes
      Cache
     
  14. sklearn.linear_model.Lasso — scikit-learn 1.4.2...

    selection {cyclic, random}, default=cyclic If set to random’,...str = '$UNCHANGED$' , sample_weight : bool | None | str = '$UNCHANGED$'...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Mon May 20 18:34:24 UTC 2024
      78.6K bytes
      Cache
     
  15. 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
    Mon May 20 18:34:24 UTC 2024
      60.4K bytes
      Cache
     
  16. 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 20 18:34:23 UTC 2024
      95K bytes
      Cache
     
  17. 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 20 18:34:24 UTC 2024
      47.8K bytes
      Cache
     
  18. Comcast transforms consumer experiences using E...

    themselves isn't the only hard part," says Dymek. "It's nearly impossible...this process as part of the 'shift left' trend in DevOps today. Put...
    www.elastic.co/customers/comcast
    Tue May 21 00:07:01 UTC 2024
      357.2K bytes
      Cache
     
  19. Elasticsearch: The Official Distributed Search ...

    application/json" -XGET 'http://localhost:9200/social-*/_search' -d '{ "query":...design Being this fast isn't easy. We've implemented inverted indices...
    www.elastic.co/elasticsearch
    Tue May 21 00:02:39 UTC 2024
      563.4K bytes
      Cache
     
  20. MetaFilter Podcast

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    podcast.metafilter.com
    Sun May 19 00:43:31 UTC 2024
      46.5K bytes
      Cache
     
Back to top