Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1331 - 1340 of 2,219 for text (0.13 sec)

  1. plot_multi_metric_evaluation.py

    ``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``, etc...)...style in (("train", "--"), ("test", "-")): sample_score_mean =...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Mon Nov 04 18:26:53 UTC 2024
      3.6K bytes
     
  2. LedoitWolf — scikit-learn 1.5.2 documentation

    : 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.LedoitWolf.html
    Mon Nov 04 18:26:54 UTC 2024
      137K bytes
      Cache
     
  3. 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
    Mon Nov 04 18:26:54 UTC 2024
      194.7K bytes
      Cache
     
  4. ValidationCurveDisplay — scikit-learn 1.5.2 doc...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Mon Nov 04 18:26:54 UTC 2024
      142.2K bytes
      Cache
     
  5. 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
    Mon Nov 04 18:26:53 UTC 2024
      147.9K 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
    Mon Nov 04 18:26:54 UTC 2024
      109.7K bytes
      Cache
     
  7. 9. Model persistence — scikit-learn 1.5.2 docum...

    the next question is: Do you absolutely...sess . run ( None , { "X" : X_test . astype ( numpy . float32 )})[...
    scikit-learn.org/stable/model_persistence.html
    Mon Nov 04 18:26:53 UTC 2024
      77.1K bytes
      Cache
     
  8. 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
    Mon Nov 04 18:26:54 UTC 2024
      101.7K bytes
      Cache
     
  9. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Mon Nov 04 18:26:54 UTC 2024
      60.4K bytes
      Cache
      Similar Results (1)
     
  10. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Mon Nov 04 18:26:54 UTC 2024
      270.1K bytes
      Cache
     
Back to top