Skip to content

Refactor experimental code into reusable class that implements the Scikit-Learn BaseEstimator interface #2

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

Merged
merged 8 commits into from
May 16, 2024

Conversation

AlexIoannides
Copy link
Owner

@AlexIoannides AlexIoannides commented May 15, 2024

Added

  • src/llm_regression/utils.py - added make_univariate_linear_test_data data generator.
  • tests/model.py - added tests for make_univariate_linear_test_data.

Modified

  • src/llm_regression/__init__.py - added OpenAiRegressor and make_univariate_linear_test_data to top-level interface.
  • src/llm_regression/models.py - complete refactor of experimental code into a single OpenAiRegressor class.
  • tests/test_model.py - added new tests for full test coverage of OpenAiRegressor.

@AlexIoannides AlexIoannides merged commit 37ca575 into main May 16, 2024
1 check passed
@AlexIoannides AlexIoannides deleted the refactor branch May 16, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant