Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1291 - 1300 of 2,142 for text (0.12 sec)

  1. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Sat Nov 23 04:49:16 UTC 2024
      120.2K bytes
      Cache
     
  2. Developers’ Tips and Tricks — scikit-learn 1.7....

    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 Nov 22 23:53:26 UTC 2024
      49.5K bytes
      Cache
     
  3. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html
    Tue Nov 12 15:10:59 UTC 2024
      22K bytes
      28 views
      Cache
     
  4. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Sat Nov 23 04:49:14 UTC 2024
      96.5K bytes
      Cache
     
  5. CalibrationDisplay — scikit-learn 1.5.2 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
    Sat Nov 23 04:49:15 UTC 2024
      139.1K bytes
      Cache
     
  6. 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
    Sat Nov 23 04:49:16 UTC 2024
      107.4K bytes
      1 views
      Cache
     
  7. Slashdot Poll | Windows on ARM is poised to ...

    Same for some old testing machines with Sun computers...hand hardware on eBay, but the next time it breaks, we'll have to...
    slashdot.org/poll/3261/windows-on-arm-is-poised-to-take-off-who-is-going-to-be-the-arm-cpu-suppli...
    Fri Nov 15 01:16:51 UTC 2024
      171.7K bytes
      Cache
     
  8. KFold — scikit-learn 1.5.2 documentation

    Provides train/test indices to split data in train/test sets. Split..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Sat Nov 23 04:49:15 UTC 2024
      122.7K bytes
      Cache
     
  9. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Sat Nov 23 04:49:16 UTC 2024
      92.1K bytes
      Cache
     
  10. Extra virgin olive oil is the flavour of mechan...

    machinery has been constantly tested and modified based on the resulting...bite between one sip and the next. These attributes reveal that...
    aeon.co/essays/extra-virgin-olive-oil-is-the-flavour-of-mechanisation
    Sun Nov 24 00:44:37 UTC 2024
      229K bytes
      Cache
     
Back to top