Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1311 - 1320 of 2,142 for text (0.11 sec)

  1. Pipeline ANOVA SVM — scikit-learn 1.5.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Sat Nov 23 04:49:15 UTC 2024
      101.7K bytes
      Cache
     
  2. FixedThresholdClassifier — scikit-learn 1.5.2 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Sat Nov 23 04:49:14 UTC 2024
      140.1K bytes
      Cache
     
  3. Elastic on Elastic: How InfoSec uses the Elasti...

    allowing us to test fields or dashboards without...when a pull request is merged. Next steps We have several ideas...
    www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management
    Sun Nov 24 01:01:03 UTC 2024
      456.2K bytes
      Cache
     
  4. PredefinedSplit — scikit-learn 1.5.2 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Sat Nov 23 04:49:15 UTC 2024
      114.7K bytes
      Cache
     
  5. ShrunkCovariance — scikit-learn 1.5.2 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Sat Nov 23 04:49:16 UTC 2024
      135.8K bytes
      Cache
     
  6. Overview of multiclass training meta-estimators...

    "DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Sat Nov 23 04:49:15 UTC 2024
      109.7K bytes
      Cache
     
  7. TunedThresholdClassifierCV — scikit-learn 1.5.2...

    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
    Sat Nov 23 04:49:14 UTC 2024
      147.9K bytes
      Cache
     
  8. 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
    Sat Nov 23 04:49:15 UTC 2024
      194.7K bytes
      Cache
     
  9. SVM Exercise — scikit-learn 1.5.2 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Sat Nov 23 04:49:16 UTC 2024
      91.3K bytes
      Cache
     
  10. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Sat Nov 23 04:49:15 UTC 2024
      97.1K bytes
      Cache
     
Back to top