Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 200 of 871 for test (0.21 sec)

  1. ensemble.rst.txt

    to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84......train_test_split >>> X_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      68.4K bytes
     
  2. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Fri Mar 29 00:44:53 UTC 2024
      72.1K bytes
      Cache
     
  3. sklearn.ensemble.ExtraTreesClassifier — scikit-...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Thu Mar 28 16:05:59 UTC 2024
      83.2K bytes
      Cache
     
  4. Elastic Enterprise Search: Getting Started with...

    results are more relevant when you test Elastic's Learned Sparse Encoder...on unstructured data beyond text, such as videos, images, and...
    www.elastic.co/getting-started/enterprise-search/search-across-business-systems-and-software
    Thu Mar 28 01:01:43 UTC 2024
      545K bytes
      Cache
     
  5. 7.4. Loading other datasets — scikit-learn 1.4....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Thu Mar 28 16:05:59 UTC 2024
      44.9K bytes
      Cache
     
  6. 1.4. Support Vector Machines — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Thu Mar 28 16:05:59 UTC 2024
      103.3K bytes
      Cache
     
  7. sklearn.ensemble.RandomForestClassifier — sciki...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Thu Mar 28 16:05:59 UTC 2024
      96.3K bytes
      Cache
     
  8. sklearn.linear_model.LassoLarsIC — scikit-learn...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Thu Mar 28 16:05:57 UTC 2024
      58.4K bytes
      Cache
     
  9. sklearn.covariance.MinCovDet — scikit-learn 1.4...

    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.MinCovDet.html
    Thu Mar 28 16:05:59 UTC 2024
      58.2K bytes
      Cache
     
  10. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Thu Mar 28 16:05:58 UTC 2024
      68K bytes
      Cache
     
  11. neighbors.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, ......>>> print(nca_pipe.score(X_test, y_test)) 0.96190476... .. |nca_classification_1|...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      37.8K bytes
     
  12. sklearn.isotonic.IsotonicRegression — scikit-le...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Thu Mar 28 16:05:59 UTC 2024
      71.5K bytes
      Cache
     
  13. sklearn.ensemble.HistGradientBoostingRegressor ...

    >>> est = HistGradientBoosting () . fit ( X , y ) >>> est . score...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Thu Mar 28 16:05:57 UTC 2024
      80.1K bytes
      Cache
     
  14. sklearn.compose.TransformedTargetRegressor — sc...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Thu Mar 28 16:05:58 UTC 2024
      53.3K bytes
      Cache
     
  15. sklearn.impute.KNNImputer — scikit-learn 1.4.1 ...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Thu Mar 28 16:05:58 UTC 2024
      45.6K bytes
      Cache
     
  16. sklearn.datasets.load_digits — scikit-learn 1.4...

    integers 0-16 This is a copy of the test set of the UCI ML hand-written...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html
    Thu Mar 28 16:05:59 UTC 2024
      37.6K bytes
      Cache
     
  17. The Telegraph Media Group (TMG) increases Conte...

    opportunities for machine learning to test headlines, or find the topics...Group (TMG) is one of the UK's best recognized print and digital...
    www.elastic.co/customers/telegraph-media-group
    Thu Mar 28 00:59:32 UTC 2024
      598.8K bytes
      Cache
     
  18. Health News: Disease, Nutrition, Healthcare & M...

    cheap test could protect against fatal...
    www.nbcnews.com/health
    Fri Mar 29 00:51:00 UTC 2024
      959.8K bytes
      Cache
     
  19. 1.11. Ensembles: Gradient boosting, random fore...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split...mean_squared_error ( y_test , est . predict ( X_test )) 5.00... The figure...
    scikit-learn.org/stable/modules/ensemble.html
    Thu Mar 28 16:05:57 UTC 2024
      195.6K bytes
      Cache
     
  20. sklearn.decomposition.MiniBatchSparsePCA — scik...

    n_features) Test data to be transformed, must...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Thu Mar 28 16:05:59 UTC 2024
      51.2K bytes
      Cache
     
Back to top