Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 124 for tests (0.15 sec)

  1. Developer’s Guide — scikit-learn 1.6.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Wed May 22 15:20:09 UTC 2024
      45.7K bytes
      Cache
     
  2. Developers’ Tips and Tricks — scikit-learn 1.6....

    sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...
    scikit-learn.org/dev/developers/tips.html
    Tue May 21 18:58:18 UTC 2024
      51K bytes
      Cache
     
  3. Logistic function — scikit-learn 1.5.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed May 22 15:20:10 UTC 2024
      94.8K bytes
      Cache
     
  4. 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
    Wed May 22 15:20:07 UTC 2024
      96.2K bytes
      Cache
     
  5. 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
    Wed May 22 15:20:07 UTC 2024
      97.3K bytes
      Cache
     
  6. 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
    Wed May 22 15:20:10 UTC 2024
      88.7K bytes
      Cache
     
  7. 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
    Wed May 22 15:20:05 UTC 2024
      97.5K bytes
      Cache
     
  8. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Wed May 22 15:20:05 UTC 2024
      96.4K bytes
      Cache
     
  9. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Wed May 22 15:20:10 UTC 2024
      95K bytes
      Cache
     
  10. 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
    Wed May 22 15:20:10 UTC 2024
      90.1K bytes
      Cache
     
Back to top