Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 837 for tests (0.14 sec)

  1. Demonstration of multi-metric evaluation on cro...

    '_<scorer_name>' ( 'mean_test_precision' , 'rank_test_precision' , etc…)...style in (( "train" , "--" ), ( "test" , "-" )): sample_score_mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Tue May 13 14:25:43 UTC 2025
      101.4K bytes
      Cache
     
  2. 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
    Tue May 13 14:25:43 UTC 2025
      94.9K bytes
      Cache
     
  3. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Tue May 13 14:25:44 UTC 2025
      122.6K bytes
      Cache
     
  4. ClassifierChain — scikit-learn 1.6.1 documentation

    X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Tue May 13 14:25:46 UTC 2025
      140.4K bytes
      Cache
     
  5. Map data to a normal distribution — scikit-lear...

    X_test = train_test_split ( X , test_size = 0.5 )...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Tue May 13 14:25:44 UTC 2025
      105.2K bytes
      Cache
     
  6. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Tue May 13 14:25:44 UTC 2025
      108.5K bytes
      Cache
     
  7. preprocessing.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri May 09 20:31:36 UTC 2025
      53K bytes
     
  8. TunedThresholdClassifierCV — scikit-learn 1.6.1...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Mon May 12 15:17:01 UTC 2025
      149.4K bytes
      Cache
     
  9. Elasticsearch AI Playground: Experiment, ingest...

    Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...
    www.elastic.co/demo-gallery/ai-playground
    Wed May 14 00:43:53 UTC 2025
      652.2K bytes
      Cache
     
  10. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Tue May 13 14:25:44 UTC 2025
      201.9K bytes
      Cache
     
Back to top