Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1351 - 1360 of 2,141 for text (0.12 sec)

  1. FixedThresholdClassifier — scikit-learn 1.5.2 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Sat Nov 23 04:49:14 UTC 2024
      140.1K bytes
      Cache
     
  2. Local Privilege Escalation Vulnerability Affect...

    Org Continuous Integration Testing libX11 1.8.10 Brings Memory...Memory Safety Fixes X.Org Testing Ground Expands Its Scope To Illumos/OpenIndiana...
    www.phoronix.com/news/X.Org-CVE-2024-9632
    Wed Oct 30 01:13:17 UTC 2024
      67.6K bytes
      Cache
     
  3. ShrunkCovariance — scikit-learn 1.5.2 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
    Sat Nov 23 04:49:16 UTC 2024
      135.8K bytes
      Cache
     
  4. TimeSeriesSplit — scikit-learn 1.5.2 documentation

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Sat Nov 23 04:49:16 UTC 2024
      128.3K bytes
      2 views
      Cache
     
  5. Gradient Boosting Out-of-Bag estimates — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Sat Nov 23 04:49:16 UTC 2024
      107.5K bytes
      Cache
     
  6. ShuffleSplit — scikit-learn 1.5.2 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Sat Nov 23 04:49:16 UTC 2024
      122.8K bytes
      Cache
     
  7. Underfitting vs. Overfitting — scikit-learn 1.5...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Sat Nov 23 04:49:15 UTC 2024
      94.2K bytes
      Cache
     
  8. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Sat Nov 23 04:49:15 UTC 2024
      97.1K bytes
      Cache
     
  9. Image denoising using kernel PCA — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Sat Nov 23 04:49:15 UTC 2024
      98.4K bytes
      Cache
     
  10. CalibratedClassifierCV — scikit-learn 1.5.2 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Sat Nov 23 04:49:16 UTC 2024
      152.5K bytes
      Cache
     
Back to top