Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 1,621 for test (0.07 sec)

  1. sklearn.linear_model.SGDClassifier — scikit-lea...

    classification of text documents Out-of-core classification of text documents...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      99.7K bytes
      Cache
     
  2. sklearn.linear_model.LogisticRegression — sciki...

    the mean accuracy on the given test data and labels. set_fit_request...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Thu Mar 28 16:05:59 UTC 2024
      94.8K bytes
      Cache
     
  3. House primaries to watch Tuesday: Illinois, Cal...

    A test for Trump’s endorsement Trump’s...endorsement will be put to the test in Illinois’ 12th District,...
    www.nbcnews.com/politics/2024-election/democrat...
    Wed Mar 20 01:05:20 UTC 2024
      238.8K bytes
      Cache
     
  4. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Thu Mar 28 16:05:59 UTC 2024
      56.8K bytes
      Cache
     
  5. 6.3. Preprocessing data — scikit-learn 1.4.1 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Thu Mar 28 16:05:58 UTC 2024
      170.5K bytes
      Cache
     
  6. sklearn.tree.DecisionTreeClassifier — scikit-le...

    splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Thu Mar 28 16:05:57 UTC 2024
      102K bytes
      Cache
     
  7. sklearn.naive_bayes.GaussianNB — scikit-learn 1...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Thu Mar 28 16:05:58 UTC 2024
      69.3K bytes
      Cache
     
  8. Science News: Latest Development and Breakthrou...

    Starship rocket into orbit on test flight, but loses spacecraft...rocket’s third and most ambitious test flight yet, it achieved two...
    www.nbcnews.com/science
    Thu Mar 28 00:48:45 UTC 2024
      1M bytes
      Cache
     
  9. sklearn.naive_bayes.BernoulliNB — scikit-learn ...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Thu Mar 28 16:05:59 UTC 2024
      66.8K bytes
      Cache
     
  10. sklearn.datasets.fetch_20newsgroups_vectorized ...

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Thu Mar 28 16:05:57 UTC 2024
      26.1K bytes
      Cache
     
  11. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Thu Mar 28 16:05:57 UTC 2024
      62K bytes
      Cache
     
  12. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      14.3K bytes
      1 views
     
  13. sklearn.neighbors.KNeighborsRegressor — scikit-...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Thu Mar 28 16:05:59 UTC 2024
      64.3K bytes
      Cache
     
  14. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    the mean accuracy on the given test data and labels. score ( X ,...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Thu Mar 28 16:05:59 UTC 2024
      23.9K bytes
      Cache
     
  15. sklearn.model_selection.HalvingGridSearchCV — s...

    cross-validated score of the best_estimator. best_params_ dict Parameter...that gave the best results on the hold out data. best_index_ int...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Thu Mar 28 16:05:58 UTC 2024
      74.9K bytes
      Cache
      Similar Results (1)
     
  16. sklearn.feature_selection.f_regression — scikit...

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Thu Mar 28 16:05:57 UTC 2024
      28.2K bytes
      Cache
     
  17. 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 Mar 28 16:05:58 UTC 2024
      52.7K bytes
      Cache
     
  18. sklearn.covariance.OAS — scikit-learn 1.4.1 doc...

    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.OAS.html
    Thu Mar 28 16:05:57 UTC 2024
      50.1K bytes
      Cache
     
  19. 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 Mar 28 16:05:57 UTC 2024
      6.4K bytes
     
  20. sklearn.multiclass.OneVsOneClassifier — scikit-...

    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
    Thu Mar 28 16:05:59 UTC 2024
      56.8K bytes
      Cache
     
Back to top