Package to implement Case-Based Reasoning systems
Project description
pycbr
Microframework to implement Case-Based Reasoning systems
Installation
Assuming you have a Python3 distribution with pip, to install a development version, cd to the directory with this file and:
pip3 install -e .
As an alternative, a virtualenv might be used to install the package:
# Prepare a clean virtualenv and activate it
virtualenv -p /usr/bin/python3.6 venv
source venv/bin/activate
# Install the package
pip3 install -e .
To install also the dependencies to run the tests or to generate the documentation install some of the extras like
pip3 install -e '.[docs,test]'
Mind the quotes.
Documentation
To generate the documentation, the docs extra dependencies must be installed. Furthermore, pandoc must be available in your system.
To generate an html documentation with sphinx run:
make docs
To generate a PDF documentation using LaTeX:
make pdf
Test
To run the unitary tests:
make test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pycbr-0.2.3.tar.gz
.
File metadata
- Download URL: pycbr-0.2.3.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccc584d60093e70fecdf517fda0ada851850909f8f9f518dad60c13c3dd2dcb0 |
|
MD5 | f3bb2d6fd4181bd589010637c1242e83 |
|
BLAKE2b-256 | f902d67cb2bc578b858cb445b9f8cd9bb3a5a5c673cdf5b91d9bc11f2fcbc7ee |
File details
Details for the file pycbr-0.2.3-py2.py3-none-any.whl
.
File metadata
- Download URL: pycbr-0.2.3-py2.py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5013f76f4fe601def45c61b28fa9c32fdee084d3e41156631885caef8ef5de49 |
|
MD5 | 91a479a4a2d507c24283a8b847c56cd1 |
|
BLAKE2b-256 | aeee4bc48cda23dd4e617c0b1c0487bcd6423fa0d0200486c545d2977f7cb869 |