A python repository to implement the A Streaming Parallel Decision Tree Algorithm.
- Step 1: Install poetry following the official documentation
- Step 2: Install
spdt
repository with:
poetry install
poetry install --with dev
And then, activate the python environment with:
poetry shell
poetry add <package-name>
# With specific group
poetry add <package-name> --group <group-name>
git add <file/folder>
git commit -m "MESSAGE"
git push
**Guide in creating a python library