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

Introduce LLM-based single-table model. #129

Merged
merged 38 commits into from
Feb 20, 2024
Merged

Introduce LLM-based single-table model. #129

merged 38 commits into from
Feb 20, 2024

Commits on Jan 26, 2024

  1. Introduce SingleTableGPTModel

    Still Draft
    MooooCat committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    26b5c71 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update init

    MooooCat committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    08480df View commit details
    Browse the repository at this point in the history
  2. Update SingleTableGPT.py

    Still Draft
    MooooCat committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    90d6604 View commit details
    Browse the repository at this point in the history
  3. Update SingleTableGPT.py

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

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    0ab296f View commit details
    Browse the repository at this point in the history
  2. Update SingleTableGPT.py

    MooooCat committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    65b098d View commit details
    Browse the repository at this point in the history
  3. Update SingleTableGPT.py

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

Commits on Jan 31, 2024

  1. Update SingleTableGPT.py

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a2e4fdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6d73f View commit details
    Browse the repository at this point in the history
  3. Improve code formatting

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0dd724c View commit details
    Browse the repository at this point in the history
  4. update testcases

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    61a5888 View commit details
    Browse the repository at this point in the history
  5. Update SingleTableGPT.py

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fd361d2 View commit details
    Browse the repository at this point in the history
  6. Update SingleTableGPT.py

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    43d6d6b View commit details
    Browse the repository at this point in the history
  7. add more test cases

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e6eb018 View commit details
    Browse the repository at this point in the history
  8. add testcases

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9870b0a View commit details
    Browse the repository at this point in the history
  9. bugfix: pd.df initialize

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6b7681f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9627c13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e3b8d3 View commit details
    Browse the repository at this point in the history
  12. add dependencies

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    73d4992 View commit details
    Browse the repository at this point in the history
  13. update dependency

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2931250 View commit details
    Browse the repository at this point in the history
  14. fix typo

    MooooCat committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ac5a64f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    495a4d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. add comments

    MooooCat committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5664215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54abf71 View commit details
    Browse the repository at this point in the history
  3. add test cases

    MooooCat committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fc7e8ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    449e512 View commit details
    Browse the repository at this point in the history
  5. enable get API_key from env

    MooooCat committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d84ecb2 View commit details
    Browse the repository at this point in the history
  6. add testcases

    MooooCat committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    44ae29e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b259a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 20, 2024

  1. use snakecase on filename

    MooooCat committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a41d1b3 View commit details
    Browse the repository at this point in the history
  2. use snakecase for filenames

    MooooCat committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ce1b7bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7fb325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5abf052 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca7d247 View commit details
    Browse the repository at this point in the history
  6. Split single_table.gpt model to base class

    Split part of the single table gpt model as a base class
    MooooCat committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a5a69db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f024a7 View commit details
    Browse the repository at this point in the history
  8. fix typo

    MooooCat committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a043c5c View commit details
    Browse the repository at this point in the history