Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 202 for c (0.04 sec)

  1. linear_model.rst.txt

    ``C`` is given by ``alpha = 1 / C`` or ``alpha =...:func:`sklearn.svm.l1_min_c` allows to calculate the lower bound for C in order...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Wed May 29 10:52:41 UTC 2024
      78.3K bytes
      8 views
     
  2. 3.5. Validation curves: plotting scores to eval...

    param_name = "C" , param_range = np . logspace..."linear" ), X , y , param_name = "C" , param_range = np . logspace...
    scikit-learn.org/stable/modules/learning_curve.html
    Thu May 30 15:22:05 UTC 2024
      55.8K bytes
      Cache
     
  3. An introduction to machine learning with scikit...

    C = 100. ) The clf (for classifier)...digits . target [: - 1 ]) SVC(C=100.0, gamma=0.001) Now you can...
    scikit-learn.org/stable/tutorial/basic/tutorial.html
    Wed May 29 10:52:41 UTC 2024
      63.1K bytes
      Cache
     
  4. Putting it all together — scikit-learn 1.5.0 do...

    "logistic__C" : np . logspace ( - 4 , 4 , 4...t0 = time () param_grid = { "C" : loguniform ( 1e3 , 1e5 ), "gamma"...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Wed May 29 10:52:44 UTC 2024
      60.4K bytes
      1 views
      Cache
     
  5. 2.9. Neural network models (unsupervised) — sci...

    w_{ij}v_ih_j - \sum_i b_iv_i - \sum_j c_jh_j\] In the formula above, \(\mathbf{b}\)...\(\mathbf{b}\) and \(\mathbf{c}\) are the intercept vectors for...
    scikit-learn.org/stable/modules/neural_networks_unsupervised.html
    Thu May 30 15:22:07 UTC 2024
      45K bytes
      Cache
     
  6. plot_release_highlights_1_5_0.ipynb

    with conda::\n\n conda install -c conda-forge scikit-learn\n" ]...fier_05 = LogisticRegression(C=1e6, random_state=0).fit(X_train,...
    scikit-learn.org/stable/_downloads/ae2d0a2ad69c5df5b93e5ea5c87d56b2/plot_release_highlights_1_5_0...
    Tue May 28 11:51:34 UTC 2024
      11.3K bytes
     
  7. neighbors.rst.txt

    :math:`C`, then we know that points :math:`A` and :math:`C` are...p_{i}=\sum\limits_{j \in C_i}{p_{i j}} where :math:`C_i` is the set of...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Tue May 28 11:51:31 UTC 2024
      37.9K bytes
     
  8. faq.rst.txt

    favor different data layouts (`X` C-contiguous or F-contiguous, sparse...with OpenMP (for code written in C or Cython), - scikit-learn relies...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Wed May 29 10:52:43 UTC 2024
      24.5K bytes
      3 views
     
  9. pygments.css

    c { color: #8f5902; font-style:...html[data-theme="dark"] .highlight .c { color: #959077 } /* Comment...
    scikit-learn.org/dev/_static/pygments.css
    Wed May 29 10:52:43 UTC 2024
      14.6K bytes
      Similar Results (1)
     
  10. contributing.rst.txt

    some minimal experience in C / C++ is pretty much mandatory here....running: .. prompt:: bash python -c "import sklearn; sklearn.show_versions()"...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Tue May 28 11:51:33 UTC 2024
      60.7K bytes
      1 views
     
Back to top