This is a toolkit for data analysis and visualization of classifications from the Cool Neighbors project. It is based on the packages present in the requirements.txt file.
To install the package, run the following command in the terminal:
pip install git+https://github.com/coolneighbors/DataToolkit.git
To use the package, import it in your python script:
import DataToolkit
With the package imported, you can use the many different classes and functions available.
from DataToolkit import Aggregator
from DataToolkit import Analyzer
from DataToolkit import Decorators
from DataToolkit import Discriminator
from DataToolkit import Plotter
from DataToolkit import Searcher
Based on ideas by Noah Schapera, Grady Robbins. Written by Austin Humphreys.