Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 133 for tests (0.15 sec)

  1. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Fri May 31 14:06:04 UTC 2024
      96.2K bytes
      Cache
     
  2. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Fri May 31 14:06:04 UTC 2024
      97.3K bytes
      Cache
     
  3. Confusion matrix — scikit-learn 1.5.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Fri May 31 14:06:04 UTC 2024
      88.7K bytes
      Cache
     
  4. faq.rst.txt

    ^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...differently. Please refer to the test suite of the specific module...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Fri May 31 14:06:06 UTC 2024
      24.5K bytes
      3 views
     
  5. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Fri May 31 14:06:06 UTC 2024
      97.5K bytes
      Cache
     
  6. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Fri May 31 14:06:06 UTC 2024
      20.2K bytes
     
  7. Non-negative least squares — scikit-learn 1.5.0...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Fri May 31 14:06:06 UTC 2024
      92.8K bytes
      Cache
     
  8. Installing scikit-learn — scikit-learn 1.5.0 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.2.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.23 docs,...
    scikit-learn.org/stable/install.html
    Fri May 31 14:06:06 UTC 2024
      55K bytes
      Cache
      Similar Results (1)
     
  9. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Fri May 31 14:06:04 UTC 2024
      90.1K bytes
      Cache
     
  10. SVM Exercise — scikit-learn 1.5.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Fri May 31 14:06:06 UTC 2024
      95.7K bytes
      Cache
     
Back to top