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

Add base model for multi-table statistic model, change single-table base class location #102

Merged
merged 27 commits into from
Jan 16, 2024

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    12fd97a View commit details
    Browse the repository at this point in the history
  2. Update base.py

    MooooCat committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    df2e570 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    f5fd7cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3108dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5b8e10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eab3143 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge branch 'refactoring-base-model-partitial' of github.com:hitsz-i…

    …ds/synthetic-data-generator into refactoring-base-model-partitial
    MooooCat committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    980941e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    689fe28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00c6f42 View commit details
    Browse the repository at this point in the history
  4. add functions (still draft)

    MooooCat committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9819db2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    535bde1 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Update base.py

    MooooCat committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    dc7a265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870d7db View commit details
    Browse the repository at this point in the history
  3. fix dict typo

    MooooCat committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9bbec2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a72748c View commit details
    Browse the repository at this point in the history
  5. fix type hint typo

    MooooCat committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    157d387 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Update base.py

    MooooCat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    47125f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc8bcf9 View commit details
    Browse the repository at this point in the history
  3. add multi-table test fixture

    MooooCat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8de02cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cc304c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dd91fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39cc1df View commit details
    Browse the repository at this point in the history
  7. add test cases

    MooooCat committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0603baf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0caac8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Apply reviewer's suggestions.

    - remove `DataAccessType`
    - remove `pydantic.BaseModel`
    - set two mutually exclusive parameters `use_raw_data` and `use_dataloader` in `sdgx.models.base.SynthesizerModel`
    - some other necessary modifications
    MooooCat committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4ec72ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71380ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01b1749 View commit details
    Browse the repository at this point in the history