Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 431 - 440 of 3,757 for 1 (1.12 sec)

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

    anova_svm [: - 1 ] . inverse_transform ( anova_svm [ - 1 ] . coef_...'squared_hinge' dual 'auto' tol 0.0001 C 1.0 multi_class 'ovr' fit_intercept...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Wed Sep 17 19:57:59 UTC 2025
      116.5K bytes
      Cache
     
  2. make_union — scikit-learn 1.7.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...v0.20: n_jobs default changed from 1 to None. verbose bool, default=False...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.make_union.html
    Wed Sep 17 19:58:00 UTC 2025
      108.9K bytes
      Cache
     
  3. Release Highlights for scikit-learn 0.24 — scik...

    been removed in version 1.2. From 1.2, use # PartialDependenceDis...scikit-learn 1.0 Release Highlights for scikit-learn 1.0 Release...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Wed Sep 17 19:57:59 UTC 2025
      176.2K bytes
      Cache
     
  4. Precision-Recall — scikit-learn 1.7.2 documenta...

    1 , 2 ]) n_classes = Y . shape [ 1 ] # Split into...\(\text{AP} = \sum_n (R_n - R_{n-1}) P_n\) where \(P_n\) and \(R_n\)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Wed Sep 17 19:58:00 UTC 2025
      151.3K bytes
      Cache
     
  5. validate_data — scikit-learn 1.7.2 documentation

    scikit-learn 1.6 Release Highlights for scikit-learn 1.6 On this...reset=True . Added in version 1.6. Parameters : _estimator estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.validate_data.html
    Mon Sep 15 09:31:44 UTC 2025
      115K bytes
      Cache
     
  6. check_scoring — scikit-learn 1.7.2 documentation

    Added in version 1.6. Returns : scoring callable...return_X_y = True ) >>> y *= - 1 >>> clf = DecisionTreeClassifi...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Wed Sep 17 19:58:00 UTC 2025
      113.4K bytes
      Cache
     
  7. make_low_rank_matrix — scikit-learn 1.7.2 docum...

    profile is: ( 1 - tail_strength ) * exp ( - 1.0 * ( i / effective_rank...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Release...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html
    Wed Sep 17 19:57:58 UTC 2025
      112.1K bytes
      Cache
     
  8. Model Complexity Influence — scikit-learn 1.7.2...

    "tol" : 1e-1 , "n_iter_no_change" : 2 , },..."changing_param_values" : [ 0.05 , 0.1 , 0.2 , 0.35 , 0.5 ], "complexity_label"...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Wed Sep 17 19:57:58 UTC 2025
      126K bytes
      1 views
      Cache
     
  9. resample — scikit-learn 1.7.2 documentation

    1 , 1 , 1 , 1 , 1 ] >>> resample ( y , n_samples = 5 , replace...array([[1., 0.], [2., 1.], [1., 0.]]) >>> y array([0, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Wed Sep 17 19:57:58 UTC 2025
      112.7K bytes
      Cache
     
  10. FastICA — scikit-learn 1.7.2 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Wed Sep 17 19:57:59 UTC 2025
      148.5K bytes
      Cache
     
Back to top