pyndl is an implementation of Naive Discriminative Learning in Python. It was created to analyse huge amounts of text file corpora. Especially, it allows to efficiently apply the Rescorla-Wagner learning rule to these corpora.
The easiest way to install pyndl is using pip:
pip install --user pyndl
For more information have a look at the Installation Guide.
pyndl uses sphinx
to create a documentation manual. The documentation is
hosted on Read the Docs.
The pyndl project welcomes help in the following ways:
- Making Pull Requests for code, tests or documentation.
- Commenting on open issues and pull requests.
- Helping to answer questions in the issue section.
- Creating feature requests or adding bug reports in the issue section.
For more information on how to contribute to pyndl have a look at the development section.
pyndl was mainly developed by Konstantin Sering, Marc Weitz, David-Elias Künstle and Lennart Schneider. For the full list of contributers have a look at Github's Contributor summary.
Currently, it is maintained by Konstantin Sering and Marc Weitz.