Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 15 for store (0.08 sec)

  1. linear_model.rst.txt

    ``y`` and will store the coefficients :math:`w` of...arrays ``X``, ``y`` and will store the coefficients :math:`w` of...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Sat May 18 15:26:00 UTC 2024
      77.9K bytes
      7 views
     
  2. feature_extraction.rst.txt

    features need not be stored) and storing feature names in addition...'<... 'numpy.float64'>' with 6 stored elements in Compressed Sparse...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Sat May 18 15:26:01 UTC 2024
      43.4K bytes
     
  3. 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
    Sat May 18 15:26:00 UTC 2024
      37.8K bytes
     
  4. 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
    Sat May 18 15:26:00 UTC 2024
      17.4K bytes
     
  5. classes.rst.txt

    precision_score metrics.recall_score metrics.roc_auc_score metrics.roc_curve...info_score metrics.rand_score metrics.silhouette_score metri...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Sat May 18 15:26:00 UTC 2024
      41.8K bytes
     
  6. 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
    Sat May 18 15:26:00 UTC 2024
      45.8K bytes
      1 views
     
  7. 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
    Sat May 18 15:26:01 UTC 2024
      91.9K bytes
     
  8. 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
    Sat May 18 15:26:01 UTC 2024
      33K bytes
      2 views
     
  9. 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
    Sat May 18 15:26:00 UTC 2024
      10K bytes
     
  10. 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...
    Sat May 18 15:26:01 UTC 2024
      40.9K bytes
     
Back to top