Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 1,332 for test (0.23 sec)

  1. Permutation Importance with Multicollinear or C...

    X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Tue Jul 01 15:59:32 UTC 2025
      117.4K bytes
      Cache
     
  2. Building an agentic RAG assistant with JavaScri...

    it is possible to switch and test out different models to see...Vector Database . To build the best search solutions for your use...
    www.elastic.co/search-labs/blog/agentic-rag
    Wed Jul 02 01:05:55 UTC 2025
      263.7K bytes
      Cache
     
  3. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Tue Jul 01 15:59:32 UTC 2025
      62.3K bytes
      Cache
     
  4. Successive Halving Iterations — scikit-learn 1....

    The best candidate is the candidate that has the best score..."params_str" , values = "mean_test_score" ) ax = mean_scores ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Tue Jul 01 15:59:33 UTC 2025
      127.1K bytes
      Cache
     
  5. Feature discretization — scikit-learn 1.7.0 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Tue Jul 01 15:59:35 UTC 2025
      128.7K bytes
      Cache
     
  6. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Tue Jul 01 15:59:35 UTC 2025
      195.3K bytes
      Cache
     
  7. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...With - Text Editor" で開いて修正します。ただし、その後ダブルクリックしても Text Editor ...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Fri Jun 13 09:55:28 UTC 2025
      21.3K bytes
      1 views
      Cache
     
  8. DetCurveDisplay — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Tue Jul 01 15:59:32 UTC 2025
      137.8K bytes
      Cache
     
  9. CalibrationDisplay — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Tue Jul 01 15:59:32 UTC 2025
      141.4K bytes
      Cache
     
  10. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Tue Jul 01 15:59:33 UTC 2025
      107.6K bytes
      Cache
     
Back to top