Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 364 for c (0.04 sec)

  1. One-Class SVM versus One-Class SVM using Stocha...

    c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....[:, 1 ], c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Wed May 15 13:59:41 UTC 2024
      59.5K bytes
      1 views
      Cache
     
  2. sklearn.svm.SVR — scikit-learn 1.4.2 documentation

    C = 1.0 , epsilon = 0.1 , shrinking...free parameters in the model are C and epsilon. The implementation...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Wed May 15 13:59:41 UTC 2024
      58.1K bytes
      Cache
     
  3. Supervised learning: predicting an output varia...

    c_ [ .5 , 1 ] . T >>> y = [ .5 , 1 ] >>> test = np . c_ [...is set by the C parameter: a small value for C means the margin...
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Wed May 15 13:59:42 UTC 2024
      62K bytes
      Cache
     
  4. 1.4. Support Vector Machines — scikit-learn 1.4...

    sets the parameter C of class class_label to C * value . The figure...sets the parameter C for the i-th example to C * sample_weight[i]...
    scikit-learn.org/stable/modules/svm.html
    Wed May 15 13:59:41 UTC 2024
      103.3K bytes
      Cache
     
  5. sklearn.linear_model.HuberRegressor — scikit-le...

    the samples where |(y - Xw - c) / sigma| < epsilon and the absolute...the samples where |(y - Xw - c) / sigma| > epsilon , where the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Wed May 15 13:59:41 UTC 2024
      58.1K bytes
      Cache
     
  6. sklearn.svm.LinearSVC — scikit-learn 1.4.2 docu...

    the parameter C of class i to class_weight[i]*C for SVC. If not...dual = 'warn' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Wed May 15 13:59:40 UTC 2024
      74.4K bytes
      Cache
     
  7. 3.1. Cross-validation: evaluating estimator per...

    "c" , "c" , "c" , "d" , "d" , "d" ] >>>..."a" , "b" , "b" , "b" , "c" , "c" , "c" , "a" ] >>> groups = [...
    scikit-learn.org/stable/modules/cross_validation.html
    Wed May 15 13:59:41 UTC 2024
      137.1K bytes
      Cache
     
  8. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...><span>conda create -n sklearn-env -c conda-forge scikit-learn</span>...
    scikit-learn.org/stable/_sources/install.rst.txt
    Wed May 15 13:59:41 UTC 2024
      13.5K bytes
      1 views
     
  9. sklearn.preprocessing.PolynomialFeatures — scik...

    order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' ) [source] Generate polynomial...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Wed May 15 13:59:42 UTC 2024
      50.2K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.0 — sciki...

    or with conda: conda install - c conda - forge scikit - learn Keyword...]], columns = [ "a" , "b" , "c" ]) scalar = StandardScaler ()...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Wed May 15 13:59:40 UTC 2024
      50.4K bytes
      Cache
     
Back to top