Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 1,146 for ' (0.11 sec)

  1. 3.3. Metrics and scoring: quantifying the quali...

    terms positive and negative refer to the classifiers prediction,...prediction, and the terms true and false refer to whether that...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon May 20 18:34:24 UTC 2024
      351.3K bytes
      Cache
     
  2. By standardizing on Elasticsearch Service, Sovr...

    Sovrens legacy, on-premise search solution, dtSearch, wasnt performing...looking through resumes, Sovrens matching product needs to be...
    www.elastic.co/customers/sovren
    Tue May 21 00:31:02 UTC 2024
      361K bytes
      Cache
     
  3. Querying a petabyte of cloud storage in 10 minu...

    seconds if the data isnt cached. If its cached, the performance...minutes if the data isnt cached. If its cached, it completes...
    www.elastic.co/blog/querying-a-petabyte-of-cloud-storage-in-10-minutes
    Tue May 21 00:33:03 UTC 2024
      400.4K bytes
      Cache
     
  4. Dutch variety retailer triples website sales an...

    customers know whats in stock and what isnt, and we can offer...website feature wasnt working. With Elastic, were alerted of any...
    www.elastic.co/customers/dutch-variety-retailer
    Tue May 21 00:58:02 UTC 2024
      356K bytes
      Cache
     
  5. Elastic Observability: Built for open standards...

    Lets take a sneak peek at Elastics helpful dashboards....applying the power of Elastics advanced machine learning (ML)...
    www.elastic.co/blog/kubernetes-k8s-observability-elasticsearch-cncf
    Tue May 21 00:45:54 UTC 2024
      472.4K bytes
      Cache
     
  6. sklearn.metrics.mean_absolute_percentage_error ...

    multioutput {raw_values, uniform_average} or array-like...None , multioutput = 'uniform_average' ) [source] Mean absolute...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html
    Mon May 20 18:34:25 UTC 2024
      22.9K bytes
      Cache
     
  7. See Inside A Home That Was Built In A Driveway ...

    home that's on the market for $581,903. Now there's a 10-foot-wide,...said. "There's a road, but big work trucks can't come through...
    digg.com/insider/link/see-inside-home-built-in-driveway-washington-dc-on-sale
    Mon May 20 01:20:10 UTC 2024
      137.1K bytes
      Cache
     
  8. 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
     
  9. 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
     
  10. 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
     
  11. 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
     
  12. 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
     
  13. 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
     
  14. 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
     
  15. 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
     
  16. 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
     
  17. 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
     
  18. 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
     
  19. 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
     
  20. 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
     
Back to top