This repository contains enhancement proposals for pgmpy and is inspired from sktime's enhancement proposals repo.
To create a new proposal, please follow the following steps:
- Create a new directory for the proposal.
- Copy the
TEMPLATE.mdfile to the directory and rename it. - Write up the proposal based on the structure of the template. The structure is a general guideline and is not strictly enforced.
- Add any additional files in the same directory. For example, prototype implementations, or any other relevant documents.
- Create a PR with the proposal to discuss.