Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 410 for c (0.07 sec)

  1. 3.2. Tuning the hyper-parameters of an estimato...

    Typical examples include C , kernel and gamma for Support...param_grid : param_grid = [ { 'C' : [ 1 , 10 , 100 , 1000 ], 'kernel'...
    scikit-learn.org/stable/modules/grid_search.html
    Sun May 19 20:00:39 UTC 2024
      105.3K bytes
      Cache
     
  2. Installing the development version of scikit-le...

    8 A C/C++ compiler and a matching OpenMP...instructions to install a working C/C++ compiler with OpenMP support...
    scikit-learn.org/stable/developers/advanced_installation.html
    Sun May 19 20:00:39 UTC 2024
      55.6K bytes
      Cache
     
  3. sklearn.linear_model.LogisticRegressionCV — sci...

    the best C is the average of the C’s that correspond...folds, and the coefs and the C that corresponds to the best score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Sun May 19 20:00:39 UTC 2024
      79.5K bytes
      Cache
     
  4. Universal Profiling - continuous profiling that...

    C/C++, Node.js/V8, Ruby, Perl and...
    www.elastic.co/observability/universal-profiling
    Mon May 20 00:05:35 UTC 2024
      483.9K bytes
      Cache
     
  5. plot_classifier_comparison.py

    C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Sun May 19 20:00:39 UTC 2024
      4.9K bytes
      1 views
     
  6. 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
      8 views
     
  7. sklearn.calibration.CalibratedClassifierCV — sc...

    Zadrozny & C. Elkan, ICML 2001 [ 2 ] Transforming...Probability Estimates, B. Zadrozny & C. Elkan, (KDD 2002) [ 3 ] Probabilistic...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Sun May 19 20:00:39 UTC 2024
      64.8K bytes
      Cache
     
  8. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    References C.D. Manning, P. Raghavan and H....The input samples. Returns : C ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Sun May 19 20:00:39 UTC 2024
      66.4K bytes
      Cache
     
  9. 3.4. 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
    Sun May 19 20:00:39 UTC 2024
      33.1K bytes
      Cache
     
  10. auto_examples_jupyter.zip

    0\")\n c = Tk.Frame(valbox)\n Tk.Label(c, text=\"C:\", anchor=\"e\",...for i, c in enumerate(centers):\n ax2.scatter(c[0], c[1], marker=\"$%d$\"...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Sun May 19 20:00:39 UTC 2024
      2.1M bytes
      2 views
     
Back to top