Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 2 of 2 for c (0.05 sec)

  1. auto_examples_jupyter.zip

    c in enumerate(centers):\n ax2.scatter(c[0], c[1], marker=\"$%d$\"...RANDOM_SEED)\nprint(\"Class\", \"P(C)\", \"P(w0|C)\", \"P(w1|C)\", sep=\"\\t\")\nfor...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Thu May 23 20:54:15 UTC 2024
      2.2M bytes
      2 views
     
  2. auto_examples_python.zip

    "P(C)", "P(w0|C)", "P(w1|C)", sep="\t") for k,...coefs_ = [] for c in cs: clf.set_params(C=c) clf.fit(X, y) c...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Thu May 23 20:54:15 UTC 2024
      1.6M bytes
      4 views
     
Back to top