Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 576 for c (0.05 sec)

  1. 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
    Fri May 17 16:55:51 UTC 2024
      14.3K bytes
      1 views
     
  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
    Sat May 18 15:26:00 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
    Sat May 18 15:26:01 UTC 2024
      53.7K bytes
      Cache
     
  4. model_evaluation.rst.txt

    math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Sat May 18 15:26:01 UTC 2024
      118.5K bytes
      2 views
     
  5. 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
    Sat May 18 15:26:00 UTC 2024
      45.8K bytes
      1 views
     
  6. 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
    Sat May 18 15:26:00 UTC 2024
      186.2K bytes
      Cache
     
  7. 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
    Sat May 18 15:26:01 UTC 2024
      52.7K bytes
     
  8. sklearn.metrics.hinge_loss — scikit-learn 1.4.2...

    Multiclass Hinge Loss Models by Robert C. Moore, John DeNero . Examples...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Sat May 18 15:26:00 UTC 2024
      24.6K bytes
      Cache
     
  9. plot_pca_iris.py

    c=y, cmap=plt.cm.nipy_spectral,...
    scikit-learn.org/stable/_downloads/1168f82083b3e70f31672e7c33738f8d/plot_pca_iris.py
    Fri May 17 16:55:51 UTC 2024
      1.5K bytes
      1 views
     
  10. 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
    Sat May 18 15:26:00 UTC 2024
      47.9K bytes
      Cache
     
Back to top