Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 22 for ' (0.06 sec)

  1. model_evaluation.rst.txt

    terms ''positive'' and ''negative'' refer to the classifier's prediction,...prediction, and the terms ''true'' and ''false'' refer to whether that...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      118.5K bytes
      2 views
     
  2. feature_selection.rst.txt

    : clf = Pipeline([ ('feature_selection', SelectFromModel(LinearSVC(dual="auto",...o", penalty="l1"))), ('classification', RandomForestClassifi())...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      14.3K bytes
      1 views
     
  3. index.rst.txt

    Learning Curves and Checking Models' Scalability</div> </div> .. raw::...class="sphx-glr-thumbnail-title">Target Encoder's Internal Cross fitting</div>...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      144.7K bytes
      5 views
     
  4. plot_multi_metric_evaluation.rst.txt

    in ``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``,...make_scorer(accuracy_score)} # Setting refit='AUC', refits an estimator on the...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      6.4K bytes
     
  5. governance.rst.txt

    that takes place on the project's private mailing list. While it...pull requests in scikit-learn's repository. Maintainers ~~~~~~~~~~...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Fri Apr 26 16:41:51 UTC 2024
      10K bytes
     
  6. preprocessing.rst.txt

    ['female', 'Europe', 'Firefox'], ... ['female', 'Asia', 'Chrome']]...X = [['male', 'from US', 'uses Safari'], ['female', 'from Europe',...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      52.7K bytes
     
  7. grid_search.rst.txt

    = [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...e=.1), 'kernel': ['rbf'], 'class_weight':['balanced', None]}...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      33K bytes
      2 views
     
  8. glossary.rst.txt

    of ['no', 'yes'], 'yes' is the positive class; of ['no', 'YES'],...... param_grid={'loss': ['log_loss', 'hinge']}) This means that...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      88.1K bytes
      1 views
     
  9. getting_started.rst.txt

    param_distributions = {'n_estimators': randint(1, 5), ... 'max_depth': randint(5,...param_distributions={'max_depth': ..., 'n_estimators': ...}, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      10K bytes
     
  10. testimonials.rst.txt

    I think it's the most well-designed ML package I've seen so far....in the lead's tenure on our site. Also, our users' profiles consist...
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      30.2K bytes
      4 views
     
Back to top