Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 1,345 for test (0.27 sec)

  1. TheilSenRegressor — scikit-learn 1.7.0 document...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Mon Jun 30 13:50:30 UTC 2025
      135.7K bytes
      1 views
      Cache
     
  2. Video shows Tesla robotaxi on Austin streets wi...

    month that Tesla had begun testing cars on Austin public streets...Three other tech startups are testing autonomous vehicles in Austin,...
    www.nbcnews.com/tech/tech-news/video-shows-tesla-robotaxi-austin-streets-human-driver-rcna212165
    Wed Jun 11 01:03:01 UTC 2025
      237.6K bytes
      Cache
     
  3. MultiOutputRegressor — scikit-learn 1.7.0 docum...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Mon Jun 30 13:50:30 UTC 2025
      146.6K bytes
      Cache
     
  4. plot_hgbt_regression.rst.txt

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      22K bytes
     
  5. IsotonicRegression — scikit-learn 1.7.0 documen...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Mon Jun 30 13:50:30 UTC 2025
      146K bytes
      Cache
     
  6. ARDRegression — scikit-learn 1.7.0 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Mon Jun 30 13:50:27 UTC 2025
      141.2K bytes
      Cache
     
  7. Elasticsearch AI Playground: Experiment, ingest...

    Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...
    www.elastic.co/demo-gallery/ai-playground
    Tue Jul 01 00:41:55 UTC 2025
      695.4K bytes
      Cache
     
  8. Subscriptions | Elastic Stack Products & Suppor...

    Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...
    www.elastic.co/subscriptions
    Tue Jul 01 01:14:06 UTC 2025
      1M bytes
      3 views
      Cache
     
  9. GridSearchCV — scikit-learn 1.7.0 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Mon Jun 30 13:50:28 UTC 2025
      184.7K bytes
      Cache
     
  10. New Jersey primaries: What to watch as Democrat...

    The GOP primary will be a key test for Trump’s endorsement and...primaries in New Jersey will also test outside groups' influence as...
    www.nbcnews.com/politics/elections/new-jersey-primaries-watch-democrats-republicans-choose-candid...
    Wed Jun 11 01:04:58 UTC 2025
      273.8K bytes
      Cache
     
  11. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      89.3K bytes
      1 views
     
  12. LassoLarsIC — scikit-learn 1.7.0 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Mon Jun 30 13:50:27 UTC 2025
      146K bytes
      Cache
     
  13. ExtraTreesRegressor — scikit-learn 1.7.0 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Jun 30 13:50:27 UTC 2025
      162.2K bytes
      Cache
     
  14. LedoitWolf — scikit-learn 1.7.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Mon Jun 30 13:50:27 UTC 2025
      133.2K bytes
      Cache
     
  15. EllipticEnvelope — scikit-learn 1.7.0 documenta...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Mon Jun 30 13:50:27 UTC 2025
      145.9K bytes
      Cache
     
  16. ShrunkCovariance — scikit-learn 1.7.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Mon Jun 30 13:50:27 UTC 2025
      131.5K bytes
      Cache
     
  17. plot_multi_metric_evaluation.rst.txt

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      6.6K bytes
     
  18. OneVsOneClassifier — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Mon Jun 30 13:50:30 UTC 2025
      142.5K bytes
      Cache
     
  19. OAS — scikit-learn 1.7.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Jun 30 13:50:30 UTC 2025
      133.1K bytes
      Cache
     
  20. Elastic Cloud on Kubernetes | Deploy and Orches...

    test, and learn together. The ECK...Enterprise . It’s our battle-tested product — which also powers...
    www.elastic.co/elastic-cloud-kubernetes
    Tue Jul 01 01:13:22 UTC 2025
      582.6K bytes
      Cache
     
Back to top