Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 867 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 867 Bytes

DataToolkit

Description

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.

Installation

To install the package, run the following command in the terminal:

pip install git+https://github.com/coolneighbors/DataToolkit.git

Usage

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

Authors

Based on ideas by Noah Schapera, Grady Robbins. Written by Austin Humphreys.