Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 662 for c (0.3 sec)

  1. validation_curve — scikit-learn 1.7.2 documenta...

    param_range = "C" , np . logspace ( - 8 , 3 , 10...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Sat Oct 11 07:51:27 UTC 2025
      121.9K bytes
      Cache
     
  2. make_scorer — scikit-learn 1.7.2 documentation

    param_grid = { 'C' : [ 1 , 10 ]}, ... scoring =...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html
    Sat Oct 11 07:51:26 UTC 2025
      115.7K bytes
      Cache
     
  3. DecisionBoundaryDisplay — scikit-learn 1.7.2 do...

    c = iris . target , edgecolor =...scatter ( X [:, 0 ], X [:, 1 ], c = iris . target , edgecolor =...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Sat Oct 11 07:51:27 UTC 2025
      154.7K bytes
      Cache
     
  4. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    “b” and “c” are their own categories, unknown..."a" ] * 5 + [ "b" ] * 20 + [ "c" ] * 10 + [ "d" ] * 3 + [ np ....
    scikit-learn.org/stable/modules/preprocessing.html
    Sat Oct 11 07:51:25 UTC 2025
      198.2K bytes
      Cache
     
  5. hinge_loss — scikit-learn 1.7.2 documentation

    Multiclass Hinge Loss Models by Robert C. Moore, John DeNero . Examples...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Sat Oct 11 07:51:27 UTC 2025
      114.8K bytes
      Cache
     
  6. 1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...

    point \(C\) , then we know that points \(A\) and \(C\) are very...\[p_{i}=\sum\limits_{j \in C_i}{p_{i j}}\] where \(C_i\) is the set of...
    scikit-learn.org/stable/modules/neighbors.html
    Sat Oct 11 07:51:27 UTC 2025
      122.7K bytes
      Cache
     
  7. plot_pca_iris.rst.txt

    c=iris.target, s=40, ) ax.set( title="First...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Sat Oct 11 07:51:25 UTC 2025
      6.4K bytes
     
  8. 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
    Sat Oct 11 07:51:26 UTC 2025
      79K bytes
      9 views
     
  9. MiniBatchKMeans — scikit-learn 1.7.2 documentation

    the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. If a sparse matrix...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Sat Oct 11 07:51:27 UTC 2025
      171.1K bytes
      Cache
     
  10. 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
    Sat Oct 11 07:51:27 UTC 2025
      51.3K bytes
      Cache
     
Back to top