Sci-Go
The Go Data Science Library
This library is a data science library, not necessarily a Machine Learning or Deep Learning library. SciGo has been developed with an idiomatic design process, and inspiration from a few sources.
Why Should I Use SciGo?
- SciGo doesn’t lock you in
- Inputs are almost always native Golang types, allowing you to interface with any awesome golang library like GoDataframe TODO ref
- We rely on CGo as little as possible (TODO, ref on how CGo causes lots of problems), yet have good performance (TODO, back this up)
- SciGo is very easy to use
- SciGo has a very clear and organized design pattern
- We painstakingly limit our dependencies to make your life easier.
- SciGo is ambitious and has a solid roadmap for a ton of features
Installing
go get -u github.com/deleomike/sci-go
Usage
There are a lot of things in the works, but right now we have these feature sets implemented.
Support the Project
I appreciate all contributions and sponsorships for this project.