Predict amine emissions of industrial processes using machine learning
Check out some notebooks in the /paper
directory.
The most recent code and data can be installed directly from GitHub with:
$ pip install git+https://github.com/kjappelbaum/aeml.git
To install in development mode, use the following:
$ git clone git+https://github.com/kjappelbaum/aeml.git
$ cd aeml
$ pip install -e .
Contributions, whether filing an issue, making a pull request, or forking, are appreciated. See CONTRIBUTING.rst for more information on getting involved.
The code in this package is licensed under the MIT License.
This package was created with @audreyfeldroy's cookiecutter package using @cthoyt's cookiecutter-snekpack template.