Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 369 for f (0.19 sec)

  1. SelectKBest — scikit-learn 1.7.2 documentation

    See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Fri Sep 12 13:34:53 UTC 2025
      137.4K bytes
      Cache
     
  2. plot_hgbt_regression.zip

    print(f"Training sample size: {X_train.shape[0]}") print(f"Test...rint(f\"Test sample size: {X_test.shape[0]}\")\nprint(f\"Number...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Fri Sep 12 13:34:53 UTC 2025
      36.8K bytes
     
  3. r_regression — scikit-learn 1.7.2 documentation

    f_classif ANOVA F-value between label/feature...coefficients of features. See also f_regression Univariate linear regression...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html
    Fri Sep 12 13:34:55 UTC 2025
      111.5K bytes
      Cache
     
  4. Principal Component Regression vs Partial Least...

    label = f "Component { i } " , linewidth = 5 , color = f "C { i...the mean of the target. print ( f "PCR r-squared { pcr . score (...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Fri Sep 12 13:34:50 UTC 2025
      112.9K bytes
      Cache
     
  5. SGD: convex loss functions — scikit-learn 1.7.2...

    "Decision function $f(x)$" ) plt . ylabel ( "$L(y=1, f(x))$" ) plt ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html
    Fri Sep 12 13:34:50 UTC 2025
      92.4K bytes
      Cache
     
  6. Visualizing the probabilistic predictions of a ...

    predict_probas ): print ( f " { est_name } 's predicted probabilities:...average of soft-predictions: " f " { np . dot ( weights , predict_probas...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Fri Sep 12 13:34:56 UTC 2025
      175.2K bytes
      Cache
     
  7. Plotting Learning Curves and Checking Models’ S...

    set_title ( f "Learning Curve for { estimator...[ 0 , ax_idx ] . set_title ( f "Scalability of the { estimator...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri Sep 12 13:34:56 UTC 2025
      111.8K bytes
      1 views
      Cache
     
  8. Label Propagation digits: Demonstrating perform...

    pyplot as plt f = plt . figure ( figsize = ( 7...images [ image_index ] sub = f . add_subplot ( 2 , 5 , index...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Fri Sep 12 13:34:56 UTC 2025
      99.4K bytes
      Cache
     
  9. Pipeline ANOVA SVM — scikit-learn 1.7.2 documen...

    f_classif from sklearn.pipeline...anova_filter = SelectKBest ( f_classif , k = 3 ) clf = LinearSVC...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Fri Sep 12 13:34:55 UTC 2025
      116.5K bytes
      Cache
     
  10. 3.4. Metrics and scoring: quantifying the quali...

    The F-measure ( \(F_\beta\) and \(F_1\) measures) can...score, also known as balanced F-score or F-measure. fbeta_score (y_true,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Fri Sep 12 13:34:55 UTC 2025
      417.3K bytes
      Cache
     
Back to top