Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 417 for c (0.07 sec)

  1. 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
    Sun May 19 20:00:39 UTC 2024
      52.7K bytes
     
  2. 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
    Sun May 19 20:00:39 UTC 2024
      47.9K bytes
      Cache
     
  3. 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
    Sun May 19 20:00:39 UTC 2024
      14.3K bytes
      1 views
     
  4. sklearn.metrics.make_scorer — scikit-learn 1.4....

    param_grid = { 'C' : [ 1 , 10 ]}, ... scoring =...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html
    Sun May 19 20:00:39 UTC 2024
      25.7K bytes
      Cache
     
  5. sklearn.svm.OneClassSVM — scikit-learn 1.4.2 do...

    Rescale C per sample. Higher weights force...estimator. Notes If X is not a C-ordered contiguous array it is...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Sun May 19 20:00:39 UTC 2024
      53.2K bytes
      Cache
     
  6. sklearn.model_selection.validation_curve — scik...

    param_range = "C" , np . logspace ( - 8 , 3 , 10...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Sun May 19 20:00:39 UTC 2024
      28.2K bytes
      Cache
     
  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
    Sat May 18 15:26:00 UTC 2024
      37.8K 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
    Sun May 19 20:00:38 UTC 2024
      77.9K bytes
      7 views
     
  9. sklearn.cluster.KMeans — scikit-learn 1.4.2 doc...

    that if the original data is not C-contiguous, a copy will be made...the data will be converted to C ordering, which will cause a memory...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Sun May 19 20:00:39 UTC 2024
      81.3K bytes
      Cache
     
  10. Putting it all together — scikit-learn 1.4.2 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
    Sun May 19 20:00:39 UTC 2024
      45.3K bytes
      1 views
      Cache
     
Back to top