Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 360 of 1,724 for test (0.16 sec)

  1. IsolationForest example — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Fri Jun 07 19:49:36 UTC 2024
      117.8K bytes
      Cache
     
  2. Developing scikit-learn estimators — scikit-lea...

    _skip_test (default=False) whether to skip common tests entirely....X_train , y_train ) . predict ( X_test ) Depending on the nature of...
    scikit-learn.org/dev/developers/develop.html
    Fri Jun 07 19:49:37 UTC 2024
      118K bytes
      Cache
      Similar Results (1)
     
  3. 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 Jun 07 19:49:37 UTC 2024
      47.4K bytes
      Cache
     
  4. 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
    Fri Jun 07 19:49:38 UTC 2024
      156.7K bytes
      Cache
     
  5. RepeatedStratifiedKFold — scikit-learn 1.5.0 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Fri Jun 07 19:49:38 UTC 2024
      126.4K bytes
      Cache
     
  6. Non-negative least squares — scikit-learn 1.5.0...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Fri Jun 07 19:49:38 UTC 2024
      92.8K bytes
      Cache
     
  7. GroupKFold — scikit-learn 1.5.0 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Fri Jun 07 19:49:38 UTC 2024
      131.4K bytes
      Cache
     
  8. 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
    Fri Jun 07 19:49:38 UTC 2024
      111K bytes
      Cache
     
  9. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Fri May 24 02:22:00 UTC 2024
      30.5K bytes
      Cache
     
  10. CalibrationDisplay — scikit-learn 1.5.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
    Fri Jun 07 19:49:37 UTC 2024
      145.4K bytes
      Cache
     
  11. class_likelihood_ratios — scikit-learn 1.5.0 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Fri Jun 07 19:49:38 UTC 2024
      124.8K bytes
      Cache
     
  12. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri Jun 07 19:49:38 UTC 2024
      110.8K bytes
      1 views
      Cache
     
  13. ElasticNet — scikit-learn 1.5.0 documentation

    Train error vs Test error Train error vs Test error Fitting an...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Fri Jun 07 19:49:38 UTC 2024
      174.5K bytes
      Cache
     
  14. LarsCV — scikit-learn 1.5.0 documentation

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Fri Jun 07 19:49:38 UTC 2024
      148.1K bytes
      Cache
     
  15. Feature discretization — scikit-learn 1.5.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
    Fri Jun 07 19:49:38 UTC 2024
      127.4K bytes
      Cache
     
  16. Slashdot: News for nerds, stuff that matters

    tribunal also emphasized the test for certifying a case under...gift card scams start with texts from people pretending to be...
    yro.slashdot.org
    Sun Jun 09 01:13:25 UTC 2024
      143.9K bytes
      Cache
     
  17. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...With - Text Editor" で開いて修正します。ただし、その後ダブルクリックしても Text Editor ...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Fri May 24 02:22:00 UTC 2024
      21.3K bytes
      1 views
      Cache
     
  18. PrecisionRecallDisplay — scikit-learn 1.5.0 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Fri Jun 07 19:49:38 UTC 2024
      153.3K bytes
      Cache
     
  19. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Fri Jun 07 19:49:38 UTC 2024
      121.8K bytes
      Cache
     
  20. IBM open-sources its Granite AI models - and th...

    using these LLMs to create tests and find and fix bugs. "Many...day -- from generating unit tests to writing documentation or...
    www.zdnet.com/article/ibm-open-sources-its-granite-ai-models-and-they-mean-business/
    Tue May 14 00:32:45 UTC 2024
      488.1K bytes
      Cache
     
Back to top