.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
LICENSE
README.md
pyproject.toml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
archive/README.md
archive/x_setup.cfg
archive/x_setup.py
archive/x_tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/intro_notebook.ipynb
src/.pylintrc
src/flexcode/__init__.py
src/flexcode/_version.py
src/flexcode/basis_functions.py
src/flexcode/core.py
src/flexcode/helpers.py
src/flexcode/loss_functions.py
src/flexcode/post_processing.py
src/flexcode/regression_models.py
src/flexcode.egg-info/PKG-INFO
src/flexcode.egg-info/SOURCES.txt
src/flexcode.egg-info/dependency_links.txt
src/flexcode.egg-info/requires.txt
src/flexcode.egg-info/top_level.txt
tests/flexcode/.pylintrc
tests/flexcode/conftest.py
tests/flexcode/context.py
tests/flexcode/test_cv_optim.py
tests/flexcode/test_models_fit.py
tests/flexcode/test_params_handling.py
tests/flexcode/test_post_processing.py
tutorial/Flexcode-tutorial-teddy.ipynb
vignettes/Custom Class.ipynb
vignettes/Model Save and Bumps Removal - Flexcode.ipynb