Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a statistical model fitted to the original dataset to synthesize data #179

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from

Commits on Feb 1, 2024

  1. add data synthesis script

    tztsai committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    282d7db View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    7ae44e2 View commit details
    Browse the repository at this point in the history
  2. refactor code

    tztsai committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    25515ee View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. reduce size of saved weights

    tztsai committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f3efac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5de3373 View commit details
    Browse the repository at this point in the history
  3. fix pytest.skip

    tztsai committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1b85b25 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. update pandas version in requirement

    TZCai committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    abf2a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. add constraint to optimization

    TZCai committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    07a79d9 View commit details
    Browse the repository at this point in the history
  2. simplify optimization method

    tztsai committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7c6accc View commit details
    Browse the repository at this point in the history
  3. update doc of synth_data and refactor

    TZCai committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b6921f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix flake8 issue E501

    TZCai committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    165a773 View commit details
    Browse the repository at this point in the history
  2. add value bounds to the reconstructed data

    TZCai committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3aa2b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7fa14d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. refactor synth_data and extend docstring

    TZCai committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    983aa9f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    f1f64e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    691d649 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    21078a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix mypy issue

    tztsai committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7ca9c1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7016e81 View commit details
    Browse the repository at this point in the history
  3. update poetry lock

    tztsai committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    48e4418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff056fa View commit details
    Browse the repository at this point in the history