Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 587 for tests (0.09 sec)

  1. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Mon May 20 18:34:25 UTC 2024
      73.8K bytes
      Cache
     
  2. sklearn.model_selection.check_cv — scikit-learn...

    test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html
    Mon May 20 18:34:25 UTC 2024
      18.3K bytes
      Cache
     
  3. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Mon May 20 18:34:23 UTC 2024
      39.5K bytes
      Cache
     
  4. Linear Regression Example — scikit-learn 1.4.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Mon May 20 18:34:25 UTC 2024
      27.1K bytes
      Cache
     
  5. sklearn.covariance.GraphicalLassoCV — scikit-le...

    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.GraphicalLassoCV.html
    Mon May 20 18:34:25 UTC 2024
      56.1K bytes
      Cache
     
  6. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Mon May 20 18:34:23 UTC 2024
      51.6K bytes
      Cache
     
  7. 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
    Mon May 20 18:34:23 UTC 2024
      32.8K bytes
      Cache
     
  8. sklearn.model_selection.ValidationCurveDisplay ...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Mon May 20 18:34:24 UTC 2024
      53.7K bytes
      Cache
     
  9. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Mon May 20 18:34:25 UTC 2024
      81.1K bytes
      Cache
     
  10. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...( X_train ) X_test = scaler . transform ( X_test ) # Turn up tolerance...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon May 20 18:34:24 UTC 2024
      33.4K bytes
      Cache
     
Back to top