Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 143 for test (0.08 sec)

  1. 2.6. Covariance estimation — scikit-learn 1.5.0...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Wed May 29 10:52:41 UTC 2024
      64.7K bytes
      Cache
     
  2. 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 29 10:52:43 UTC 2024
      96.4K 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 29 10:52:43 UTC 2024
      94.8K bytes
      Cache
     
  4. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Wed May 29 10:52:43 UTC 2024
      95.5K bytes
      Cache
     
  5. Linear Regression Example — scikit-learn 1.5.0 ...

    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
    Wed May 29 10:52:43 UTC 2024
      89.2K bytes
      Cache
     
  6. 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 29 10:52:43 UTC 2024
      95K bytes
      Cache
     
  7. 5. Visualizations — scikit-learn 1.5.0 document...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...
    scikit-learn.org/stable/visualizations.html
    Wed May 29 10:52:43 UTC 2024
      48.4K bytes
      Cache
     
  8. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Wed May 29 10:52:43 UTC 2024
      94.9K bytes
      Cache
     
  9. Orthogonal Matching Pursuit — scikit-learn 1.5....

    Train error vs Test error Train error vs Test error Feature agglomeration...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Wed May 29 10:52:43 UTC 2024
      96.6K bytes
      Cache
     
  10. Caching nearest neighbors — scikit-learn 1.5.0 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Wed May 29 10:52:43 UTC 2024
      93K bytes
      Cache
     
Back to top