Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 926 for tests (0.11 sec)

  1. Utilities for Developers — scikit-learn 1.7.dev...

    repeatability issues in unit tests. Instead, a numpy.random.RandomState...from graph_shortest_path . Testing Functions # discovery.all_estimators...
    scikit-learn.org/dev/developers/utilities.html
    Fri Jan 17 11:45:09 UTC 2025
      51.1K bytes
      Cache
     
  2. Installing scikit-learn — scikit-learn 1.7.dev0...

    2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/dev/install.html
    Fri Jan 17 11:45:10 UTC 2025
      53.7K bytes
      Cache
      Similar Results (1)
     
  3. NearestCentroid — scikit-learn 1.6.1 documentation

    with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Tue Feb 04 08:40:44 UTC 2025
      136.9K bytes
      Cache
     
  4. LearningCurveDisplay — scikit-learn 1.6.1 docum...

    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
    Tue Feb 04 08:40:45 UTC 2025
      144.9K bytes
      Cache
     
  5. 1.13. Feature selection — scikit-learn 1.6.1 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Tue Feb 04 08:40:43 UTC 2025
      73.2K bytes
      Cache
     
  6. ComplementNB — scikit-learn 1.6.1 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Tue Feb 04 08:40:43 UTC 2025
      153.8K bytes
      Cache
     
  7. 7.2. Real world datasets — scikit-learn 1.6.1 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Mon Feb 03 17:40:52 UTC 2025
      99.5K bytes
      Cache
     
  8. sklearn.model_selection — scikit-learn 1.7.dev0...

    train_test_split Split arrays or matrices...matrices into random train and test subsets. Hyper-parameter optimizers...
    scikit-learn.org/dev/api/sklearn.model_selection.html
    Fri Jan 10 17:03:58 UTC 2025
      129.4K bytes
      Cache
      Similar Results (1)
     
  9. GradientBoostingClassifier — scikit-learn 1.6.1...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... apply ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Tue Feb 04 08:40:43 UTC 2025
      181.9K bytes
      Cache
     
  10. AdaBoostClassifier — scikit-learn 1.6.1 documen...

    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.ensemble.AdaBoostClassifier.html
    Tue Feb 04 08:40:44 UTC 2025
      160.9K bytes
      Cache
     
Back to top