Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 414 for c (0.1 sec)

  1. sklearn.discriminant_analysis.LinearDiscriminan...

    corresponds to sum_k prior_k * C_k where C_k is the covariance matrix...the samples in class k . The C_k are estimated using the (potentially...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Thu May 09 23:01:25 UTC 2024
      68.5K bytes
      Cache
     
  2. 6.6. Random Projection — scikit-learn 1.4.2 doc...

    \[\begin{split}\left\{ \begin{array}{c c l} -\sqrt{\frac{s}{n_{\text{components}}}}...
    scikit-learn.org/stable/modules/random_projection.html
    Thu May 09 23:01:25 UTC 2024
      30.4K bytes
      Cache
     
  3. sklearn.model_selection.ValidationCurveDisplay ...

    param_range = "C" , np . logspace ( - 8 , 3 , 10...>>> param_name , param_range = "C" , np . logspace ( - 8 , 3 , 10...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Thu May 09 23:01:25 UTC 2024
      53.7K bytes
      Cache
     
  4. Steve Albini - Wikipedia

    References [ edit ] ^ a b c Gardin, Russel (April 20, 2018)....Retrieved December 4, 2023 . ^ a b c d Thorn, Jesse (December 6, 2007)....
    en.wikipedia.org/wiki/Steve_Albini
    Thu May 09 00:42:30 UTC 2024
      372.6K bytes
      Cache
     
  5. plot_pca_iris.py

    c=y, cmap=plt.cm.nipy_spectral,...
    scikit-learn.org/stable/_downloads/1168f82083b3e70f31672e7c33738f8d/plot_pca_iris.py
    Thu May 09 23:01:25 UTC 2024
      1.5K bytes
      1 views
     
  6. 4.1. Partial Dependence and Individual Conditio...

    \mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...p(x_C) dx_C,\end{split}\] where \(f(x_S, x_C)\) is the response function...
    scikit-learn.org/stable/modules/partial_dependence.html
    Thu May 09 23:01:25 UTC 2024
      41.4K bytes
      Cache
     
  7. feature_selection.rst.txt

    the parameter C controls the sparsity: the smaller C the fewer features...(150, 4) >>> lsvc = LinearSVC(C=0.01, penalty="l1", dual=False).fit(X,...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu May 09 23:01:25 UTC 2024
      14.3K bytes
      1 views
     
  8. 1.1. Linear Models — scikit-learn 1.4.2 documen...

    C is given by alpha = 1 / C or alpha = 1 / (n_samples...sklearn.svm.l1_min_c allows to calculate the lower bound for C in order...
    scikit-learn.org/stable/modules/linear_model.html
    Thu May 09 23:01:25 UTC 2024
      186.2K bytes
      Cache
     
  9. decomposition.rst.txt

    C. Sorensen, and C. Yang, (1998) |details-end|....org/Boutsidis_PRE_08.pdf>`_ C. Boutsidis, E. Gallopoulos, 2008...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Wed May 08 07:10:46 UTC 2024
      45.8K bytes
     
  10. preprocessing.rst.txt

    "b" and "c" are their own categories, unknown...... [["a"] * 5 + ["b"] * 20 + ["c"] * 10 + ["d"] * 3 + [np.nan]],...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Thu May 09 23:01:25 UTC 2024
      52.7K bytes
     
Back to top