Skip to content

Simplify getting started #16

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

cthoyt
Copy link

@cthoyt cthoyt commented Aug 19, 2025

Hello! I was just trying to run chebifier myself and thought there were a few ways it could be improved for quality of life.

This PR does the following:

  1. Updates the constructor of BaseEnsemble
    • Make it possible to not have to pass a configuration. In this case, load the default configuration. Users highly appreciate there being a good default.
    • Make it possible to pass a file path, reducing verbosity of the example
  2. Expose the BaseEnsemble from the top-level so it's easier to import
  3. Simplify the example in the README by using the built-in configuration

This PR updates the BaseEnsemble constructor to allow the following:

1. Passing a string or path to the configuration
2. Not passing a configuration at all, which will automatically load the default configuration. This is now the default, since most users won't want to have to configure it (it should have reasonable defaults)
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