Recent Releases of https://github.com/cyberagentailab/python-dte-adjustment

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.7

What's Changed

  • Add LDTE/LPTE estimator by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/42
  • chore(deps-dev): bump ruff from 0.4.9 to 0.12.2 by @dependabot[bot] in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/41
  • chore(deps-dev): bump build from 1.2.1 to 1.2.2.post1 by @dependabot[bot] in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/36
  • chore(deps-dev): bump sphinx from 7.3.7 to 8.2.3 by @dependabot[bot] in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/35
  • Refactor predict_pte by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/43
  • Fix qte by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/44
  • Dump version to 0.1.7 by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/45

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/compare/v0.1.6...v0.1.7

- Jupyter Notebook
Published by TomeHirata 10 months ago

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.6

What's Changed

  • Relax dependency version by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/31
  • Fix DTE adjustment logic by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/32
  • Speed up empirical estimation by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/33
  • Create dependabot.yml by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/34

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/compare/v0.1.5...v0.1.6

- Jupyter Notebook
Published by TomeHirata 11 months ago

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.5

What's Changed

  • Add estimator for CAR by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/28
  • Update required numpy version by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/30

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/compare/v0.1.4...v0.1.5

- Jupyter Notebook
Published by TomeHirata 11 months ago

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.4

What's Changed

  • Fix test data leak and support NN by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/20
  • chore(deps-dev): bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/22
  • chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/21
  • Fix package info by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/23
  • Add color parameter to plot util by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/24
  • Add multiplier confidence interval by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/25
  • Add a guide for multi-task learning by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/26
  • Update doc overview page by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/27

New Contributors

  • @dependabot made their first contribution in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/22

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/compare/v0.1.3...v0.1.4

- Jupyter Notebook
Published by TomeHirata about 1 year ago

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.3

What's Changed

  • Import plot function in get-started guide by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/18
  • Support multi-task learning by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/19

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/compare/v0.1.2...v0.1.3

- Jupyter Notebook
Published by TomeHirata over 1 year ago

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.2

What's Changed

  • Improve unit tests by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/14
  • Update supported Python version by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/15
  • Upgrade to 0.1.2 by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/16

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/compare/v0.1.1...v0.1.2

- Jupyter Notebook
Published by TomeHirata almost 2 years ago

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.1

What's Changed

  • Fix dependency error by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/13

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/compare/v0.0.1...v0.1.1

- Jupyter Notebook
Published by TomeHirata almost 2 years ago

https://github.com/cyberagentailab/python-dte-adjustment - v0.1.0

What's Changed

  • Setup base file structures for Python package by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/1
  • Fix: use pipenv for document pipeline by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/2
  • Install system dependencies by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/3
  • Update README by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/4
  • Implement simple distribution estimator by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/5
  • Implement AdjustedDistributionEstimator by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/6
  • Add bar chart by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/7
  • Fix Lint by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/8
  • Documentation for basic usage and installation by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/9
  • Minor wordings by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/10
  • Update get-started guide by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/11
  • Add workflow to publish package by @TomeHirata in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/12

New Contributors

  • @TomeHirata made their first contribution in https://github.com/CyberAgentAILab/python-dte-adjustment/pull/1

Full Changelog: https://github.com/CyberAgentAILab/python-dte-adjustment/commits/v0.0.1

- Jupyter Notebook
Published by TomeHirata almost 2 years ago