evalphobia/go-datarobot
datarobot supporting app and api client
This tool helps data analysts and business users get predictions from their DataRobot models directly. You input a CSV file containing your data, and it outputs a new CSV file with the model's predictions and associated class probabilities added to each row. This is for anyone who needs to quickly apply a trained DataRobot model to new datasets without writing complex code.
No commits in the last 6 months.
Use this if you have a CSV file of new data and want to enrich it with predictions from an existing DataRobot model.
Not ideal if you need to build or manage DataRobot models, as this tool only focuses on applying existing models for predictions.
Stars
9
Forks
3
Language
Go
License
—
Category
Last pushed
May 08, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/evalphobia/go-datarobot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications