Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 1,341 for test (0.11 sec)

  1. plot_release_highlights_1_7_0.ipynb

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...sklearn.model_selection import train_test_split\nfrom sklearn.pipeline...
    scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0...
    Sun Jun 29 19:04:30 UTC 2025
      6.1K bytes
     
  2. Ridge coefficients as a function of the L2 Regu...

    our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Tue Jul 01 15:59:33 UTC 2025
      103.3K bytes
      Cache
     
  3. Effect of transforming the targets in regressio...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Tue Jul 01 15:59:33 UTC 2025
      125.3K bytes
      Cache
     
  4. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Tue Jul 01 15:59:35 UTC 2025
      102K bytes
      Cache
     
  5. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Tue Jul 01 15:59:33 UTC 2025
      93.4K bytes
      Cache
     
  6. 1.10. Decision Trees — scikit-learn 1.7.0 docum...

    validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...
    scikit-learn.org/stable/modules/tree.html
    Tue Jul 01 15:59:34 UTC 2025
      94.5K bytes
      Cache
     
  7. people.htm

    Most were never built or tested by him. Some were not his original...not provide for these simple tests speaks eloquently to the suspicion...
    dsimanek.vialattea.net/museum/people/people.htm
    Thu Sep 15 13:08:18 UTC 2022
      67K bytes
      Cache
     
  8. LassoLars — scikit-learn 1.7.0 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Tue Jul 01 15:59:32 UTC 2025
      143.3K bytes
      Cache
     
  9. scale — scikit-learn 1.7.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Tue Jul 01 15:59:34 UTC 2025
      111.4K bytes
      Cache
     
  10. Scaling the regularization parameter for SVCs —...

    = 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Tue Jul 01 15:59:32 UTC 2025
      115.5K bytes
      Cache
     
Back to top