Skip to content

A random collection of tools I find useful for data science.

License

Notifications You must be signed in to change notification settings

bdpedigo/giskard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giskard

A random collection of tools I find useful for data science. A.K.A. my helpful robot companion (the name comes from the Robot series).

For the most part these are functions, classes, etc. that I have found useful in more than one project, so I decided to make a package for them for my own sanity. Some of these functions may be PRed upstream eventually, others may not. If you find anything in here useful please let me know as that is the best motivation to PR that functionality into a "real" repo. If you find any issues or bugs, feel free to make an issue.

Installation

Since I make changes to this code often I recommend installing in develop mode. To clone from GitHub and install, from the command line do:

git clone https://github.com/bdpedigo/giskard.git
cd giskard
pip install -e .

Building for release

python3 -m build

Then, add .tar.gz and .whl to a new release on Github. It should take care of the rest.

About

A random collection of tools I find useful for data science.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages