Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 636 for tests (0.11 sec)

  1. Gradient Boosting regression — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Fri May 24 12:15:01 UTC 2024
      107.7K bytes
      Cache
     
  2. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Fri May 24 12:15:00 UTC 2024
      156.6K bytes
      Cache
     
  3. Kernel PCA — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Fri May 24 12:15:00 UTC 2024
      107K bytes
      Cache
     
  4. Classifier comparison — scikit-learn 1.5.0 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Fri May 24 12:15:01 UTC 2024
      113.4K bytes
      Cache
     
  5. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Fri May 24 12:15:00 UTC 2024
      106.3K bytes
      Cache
     
  6. Principal Component Regression vs Partial Least...

    X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Fri May 24 12:15:01 UTC 2024
      112.2K bytes
      Cache
     
  7. PredefinedSplit — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Fri May 24 12:15:00 UTC 2024
      121.8K bytes
      Cache
     
  8. Post-tuning the decision threshold for cost-sen...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...model , X_test , y_test ), scoring [ "tpr" ]( model , X_test , y_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Fri May 24 12:15:01 UTC 2024
      227.5K bytes
      Cache
     
  9. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Fri May 24 12:15:01 UTC 2024
      177K bytes
      Cache
     
  10. 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
    Fri May 24 12:15:00 UTC 2024
      51K bytes
      Cache
     
Back to top