-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
421 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,27 @@ | ||
{ | ||
"template": "https://github.com/radix-ai/poetry-cookiecutter", | ||
"commit": "4127874124193c60cd5e2bfaa025473b8f30411f", | ||
"commit": "8ab7ee0accff3b9cb0e470bfc925858fc04d1e97", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"package_name": "Conformal Tights", | ||
"package_description": "A scikit-learn meta-estimator for computing tight conformal predictions", | ||
"package_url": "https://github.com/radix-ai/conformal-tights", | ||
"project_type": "package", | ||
"project_name": "Conformal Tights", | ||
"project_description": "A Python package that adds conformal prediction of coherent quantiles and intervals to any scikit-learn regressor or Darts forecaster.", | ||
"project_url": "https://github.com/radix-ai/conformal-tights", | ||
"author_name": "Laurent Sorber", | ||
"author_email": "[email protected]", | ||
"python_version": "3.10", | ||
"docker_image": "python:$PYTHON_VERSION-slim", | ||
"development_environment": "strict", | ||
"with_conventional_commits": "1", | ||
"with_fastapi_api": "0", | ||
"with_jupyter_lab": "0", | ||
"with_pydantic_typing": "0", | ||
"with_sentry_logging": "0", | ||
"with_streamlit_app": "0", | ||
"with_typer_cli": "0", | ||
"continuous_integration": "GitHub", | ||
"docstring_style": "NumPy", | ||
"private_package_repository_name": "", | ||
"private_package_repository_url": "", | ||
"__package_name_kebab_case": "conformal-tights", | ||
"__package_name_snake_case": "conformal_tights", | ||
"__docker_image": "python:$PYTHON_VERSION-slim", | ||
"__docstring_style": "NumPy", | ||
"__project_name_kebab_case": "conformal-tights", | ||
"__project_name_snake_case": "conformal_tights", | ||
"_template": "https://github.com/radix-ai/poetry-cookiecutter" | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.