Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 906 for test (0.16 sec)

  1. sklearn.semi_supervised.LabelSpreading — scikit...

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Thu Apr 25 16:20:47 UTC 2024
      48.4K bytes
      Cache
     
  2. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      96.5K bytes
      Cache
     
  3. sklearn.linear_model.LassoCV — scikit-learn 1.4...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Thu Apr 25 16:20:47 UTC 2024
      80.3K bytes
      Cache
     
  4. sklearn.neural_network.MLPRegressor — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      62.5K bytes
      Cache
     
  5. 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
    Fri Apr 26 01:00:36 UTC 2024
      1.2M bytes
      2 views
      Cache
     
  6. Installing the development version of scikit-le...

    Test dependencies Running tests requires: pytest...dependencies Build dependencies Test dependencies Building a specific...
    scikit-learn.org/stable/developers/advanced_installation.html
    Thu Apr 25 16:20:47 UTC 2024
      55.6K bytes
      Cache
     
  7. Baba Entertainment uses Elastic for gaming data...

    Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...
    www.elastic.co/customer/baba-entertainment
    Fri Apr 26 00:55:04 UTC 2024
      508.3K bytes
      Cache
     
  8. sklearn.linear_model.ElasticNetCV — scikit-lear...

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Thu Apr 25 16:20:47 UTC 2024
      75.9K bytes
      Cache
     
  9. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Thu Apr 25 16:20:47 UTC 2024
      52.7K bytes
     
  10. sklearn.dummy.DummyRegressor — scikit-learn 1.4...

    n_features) Test samples. Passing None as test samples gives...return_std]) Perform classification on test vectors X. score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      52.7K bytes
      Cache
     
  11. sklearn.model_selection.GridSearchCV — scikit-l...

    '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
    Thu Apr 25 16:20:47 UTC 2024
      94.3K bytes
      Cache
     
  12. sklearn.covariance.GraphicalLassoCV — scikit-le...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Thu Apr 25 16:20:47 UTC 2024
      56.1K bytes
      Cache
     
  13. 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
    Thu Apr 25 16:20:47 UTC 2024
      6.4K bytes
     
  14. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Thu Apr 25 16:20:47 UTC 2024
      2.9K bytes
     
  15. sklearn.linear_model.RidgeCV — scikit-learn 1.4...

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Thu Apr 25 16:20:47 UTC 2024
      58.8K bytes
      Cache
     
  16. Infrastructure Monitoring with Elastic Observab...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/infrastructure-monitoring
    Fri Apr 26 00:03:27 UTC 2024
      641.5K bytes
      Cache
     
  17. sklearn.covariance.LedoitWolf — scikit-learn 1....

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Thu Apr 25 16:20:47 UTC 2024
      50K bytes
      Cache
     
  18. Elastic Cloud Feature Matrix | Elastic

    Monitors Managed Test Execution Service 12 Private Testing Locations...Monitors Managed Test Execution Service 12 Private Testing Locations...
    www.elastic.co/subscriptions/cloud
    Fri Apr 26 01:00:23 UTC 2024
      1.2M bytes
      2 views
      Cache
     
  19. sklearn.multioutput.ClassifierChain — scikit-le...

    X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Thu Apr 25 16:20:47 UTC 2024
      52K bytes
      Cache
     
  20. sklearn.covariance.ShrunkCovariance — scikit-le...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Thu Apr 25 16:20:47 UTC 2024
      49.2K bytes
      Cache
     
Back to top