Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1361 - 1370 of 2,219 for text (0.13 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
    Mon Nov 04 18:26:54 UTC 2024
      120.2K bytes
      Cache
     
  2. 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
    Mon Nov 04 18:26:52 UTC 2024
      49.8K bytes
      Cache
     
  3. Using NLP and Pattern Matching to Detect, Asses...

    Applying the Redact Processor Next, we will apply the redact processor....the data recently when you run Test it should do something like...
    www.elastic.co/observability-labs/blog/pii-ner-regex-assess-redact-part-2
    Fri Nov 01 00:49:35 UTC 2024
      266.5K bytes
      Cache
     
  4. Dealing the Dead | NBC News

    were sent to a Texas medical school Impact Texas medical program...Dead NBC News exposed how a Texas medical school dissected the...
    www.nbcnews.com/dealing-the-dead
    Wed Oct 16 00:54:58 UTC 2024
      244.3K bytes
      Cache
     
  5. Cross-validation on diabetes Dataset Exercise —...

    score ( X [ test ], y [ test ]) ) ) print () print...Train error vs Test error Train error vs Test error Lasso model...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Mon Nov 04 18:26:52 UTC 2024
      95.5K bytes
      Cache
     
  6. 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
    Mon Nov 04 18:26:53 UTC 2024
      139.1K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Mon Nov 04 18:26:52 UTC 2024
      150.6K bytes
      Cache
     
  8. 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
    Mon Nov 04 18:26:54 UTC 2024
      107.4K bytes
      1 views
      Cache
     
  9. StratifiedShuffleSplit — scikit-learn 1.5.2 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Mon Nov 04 18:26:51 UTC 2024
      121K bytes
      Cache
     
  10. GroupShuffleSplit — scikit-learn 1.5.2 document...

    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.GroupShuffleSplit.html
    Mon Nov 04 18:26:53 UTC 2024
      127.3K bytes
      Cache
     
Back to top