1. 21 Feb, 2024 1 commit
  2. 27 Aug, 2021 1 commit
  3. 08 Jun, 2021 1 commit
    • Sagnik Roy's avatar
      [python-package] use f-strings for concatenation in... · 8e5079ef
      Sagnik Roy authored
      [python-package] use f-strings for concatenation in examples/python-guide/logistic_regression.py (#4356)
      
      * updated with f-string migration
      
      * Update logistic_regression.py
      
      * Update logistic_regression.py
      
      * Update logistic_regression.py
      
      * Update logistic_regression.py
      8e5079ef
  4. 15 Feb, 2021 1 commit
  5. 27 Oct, 2019 1 commit
  6. 16 Oct, 2018 1 commit
  7. 03 Jun, 2018 1 commit
  8. 22 May, 2018 1 commit
    • Zach Kurtz's avatar
      [docs][examples] Clarify relationship between `xentropy` and `binary` (#1382) · bdd30e43
      Zach Kurtz authored
      * Note the relationship between `binary` and `xentropy` in the docs and provide an example that compares them
      
      * Pass pylint and fix docs formatting. "pylint: disable = no-name-in-module" because pylint does not believe scipy.special contains expit
      
      * pass pycodestyle
      
      * pass pycodestyle with correct flags; document example in readme
      bdd30e43