Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 19 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
    Thu Jul 25 19:41:20 UTC 2024
      78.3K bytes
      8 views
     
  2. model_evaluation.rst.txt

    ion_score` 'neg_brier_score' :func:`metrics.brier_score_loss`...l_info_score` 'rand_score' :func:`metrics.rand_score` 'v_measure_score'...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Wed Jul 24 18:54:56 UTC 2024
      121.5K bytes
      2 views
     
  3. cross_validation.rst.txt

    >>> scores = cross_val_score(clf, X, y, cv=5) >>> scores array([0.96...,...>>> scores = cross_val_score( ... clf, X, y, cv=5, scoring='f1_macro')...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed Jul 24 18:54:56 UTC 2024
      39.9K bytes
      6 views
     
  4. feature_selection.rst.txt

    input a scoring function that returns univariate scores and p-values...provide a `score_func` where `y=None`. The `score_func` should...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu Jul 25 19:41:20 UTC 2024
      14.2K bytes
      1 views
     
  5. 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
    Fri Jul 26 08:35:06 UTC 2024
      43.6K bytes
     
  6. contributing.rst.txt

    and stored attributes named according...features based on the k highest scores. SelectFpr : Select features...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Fri Jul 12 15:12:47 UTC 2024
      61.3K bytes
      1 views
     
  7. glossary.rst.txt

    inlier score where outliers have score below 0. :term:`score_samples`...from the :term:`score` method and the :term:`scoring` API used in...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Thu Jul 25 19:41:21 UTC 2024
      89.4K bytes
      1 views
     
  8. 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
    Thu Jul 25 19:41:21 UTC 2024
      37.9K bytes
     
  9. 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 Jul 26 08:35:06 UTC 2024
      17.4K bytes
     
  10. 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 Jul 26 08:35:06 UTC 2024
      45.8K bytes
      2 views
     
Back to top