Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 25 for store (0.17 sec)

  1. plot_classifier_comparison.rst.txt

    y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon May 20 18:34:25 UTC 2024
      7.7K bytes
     
  2. neighbors.rst.txt

    but simply stores instances of the training data....increases, the memory required to store a tree structure decreases....
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Fri May 31 14:06:04 UTC 2024
      37.9K bytes
     
  3. related_projects.rst.txt

    ai/>`_ Metadata store for MLOps, built for teams that...you a single place to log, store, display, organize, compare,...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Fri May 31 14:06:06 UTC 2024
      17.4K bytes
     
  4. decomposition.rst.txt

    :class:`IncrementalPCA` only stores estimates of component and...the matrix W. The matrix H is stored into the fitted model in the...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Fri May 31 14:06:04 UTC 2024
      45.8K bytes
      1 views
     
  5. faq.rst.txt

    scikit-learn works on any numeric data stored as numpy arrays or scipy sparse...:class:`~model_selection.cross_val_score` rely internally on Python's...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Fri May 31 14:06:06 UTC 2024
      24.5K bytes
      3 views
     
  6. clustering.rst.txt

    _rand_score: .. _adjusted_rand_score: Rand index ----------...both :func:`rand_score` :func:`adjusted_rand_score` are **symmetric**:...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Fri May 31 14:06:06 UTC 2024
      92.6K bytes
     
  7. grid_search.rst.txt

    and - a :ref:`score function <gridsearch_scoring>`. Two generic...accuracy score is often uninformative). An alternative scoring function...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Fri May 31 14:06:06 UTC 2024
      32.8K bytes
      2 views
     
  8. getting_started.rst.txt

    >>> result['test_score'] # r_squared score is high because dataset...sets, and compute the accuracy score of a pipeline on the test data::...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Fri May 31 14:06:06 UTC 2024
      10K bytes
     
  9. plot_release_highlights_1_4_0.rst.txt

    ) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...er_grid, cv=inner_cv, scoring=scoring_inner_cv, ) outer_cv =...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Mon May 20 18:34:25 UTC 2024
      40.9K bytes
     
  10. roadmap.rst.txt

    tion` * |ss| multi-metric scoring is slow :issue:`9326` |se|...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Fri May 31 14:06:04 UTC 2024
      11.7K bytes
     
Back to top