Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. l1_min_c — scikit-learn 1.7.2 documentation

    Gallery examples: Regularization path of L1- Logistic Regression
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Wed Nov 12 21:05:27 UTC 2025
      110.7K bytes
      Cache
     
  2. add_dummy_feature — scikit-learn 1.7.2 document...

    Skip to main content Back to top Ctrl + K GitHub Choose version add_dummy_feature # sklearn.preprocessing. add_dummy_...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.add_dummy_feature.html
    Wed Nov 12 21:05:27 UTC 2025
      105.8K bytes
      Cache
     
  3. assert_all_finite — scikit-learn 1.7.2 document...

    Skip to main content Back to top Ctrl + K GitHub Choose version assert_all_finite # sklearn.utils. assert_all_finite ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html
    Wed Nov 12 21:05:27 UTC 2025
      107.5K bytes
      Cache
     
  4. enable_iterative_imputer — scikit-learn 1.7.2 d...

    Enables IterativeImputer The API and results of this estimator might change without any deprecation cycle. Importing this file dynamically sets IterativeImputer as an attribute of the impute module:
    scikit-learn.org/stable/modules/generated/sklearn.experimental.enable_iterative_imputer.html
    Wed Nov 12 21:05:27 UTC 2025
      104.6K bytes
      Cache
     
  5. check_random_state — scikit-learn 1.7.2 documen...

    Gallery examples: Empirical evaluation of the impact of k-means initialization MNIST classification using multinomial logistic + L1 Manifold Learning methods on a severed sphere Isotonic Regression...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_random_state.html
    Wed Nov 12 21:05:27 UTC 2025
      110.1K bytes
      Cache
     
  6. orthogonal_mp_gram — scikit-learn 1.7.2 documen...

    Skip to main content Back to top Ctrl + K GitHub Choose version orthogonal_mp_gram # sklearn.linear_model. orthogonal...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp_gram.html
    Wed Nov 12 21:05:27 UTC 2025
      113.8K bytes
      4 views
      Cache
     
  7. Demonstration of multi-metric evaluation on cro...

    datasets import make_hastie_10_2 from sklearn.metrics import accuracy_score...metrics # X , y = make_hastie_10_2 ( n_samples = 8000 , random_state...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Wed Nov 12 21:05:28 UTC 2025
      101.5K bytes
      Cache
     
  8. Troubleshooting

    2 Verify permissions: $ sudo /p...
    fess.codelibs.org/15.3/install/troubleshooting.html
    Wed Nov 12 02:36:02 UTC 2025
      44.2K bytes
      Cache
     
  9. Decision boundary of semi-supervised classifier...

    : 2 ] y = iris . target # step size...0 , 0.9 ), 1 : ( 1 , 0 , 0 ), 2 : ( 0.8 , 0.6 , 0 )} classifiers...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_versus_svm_iris.html
    Wed Nov 12 21:05:28 UTC 2025
      102.1K bytes
      Cache
     
  10. Target Encoder’s Internal Cross fitting — sciki...

    The TargetEncoder replaces each category of a categorical feature with the shrunk mean of the target variable for that category. This method is useful in cases where there is a strong relationship ...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Wed Nov 12 21:05:27 UTC 2025
      112.3K bytes
      Cache
     
Back to top