Crates.io | bigml |
lib.rs | bigml |
version | 1.0.1 |
source | src |
created_at | 2016-11-25 02:52:45.14714 |
updated_at | 2023-07-14 13:07:37.844261 |
description | Unofficial BigML client bindings |
homepage | |
repository | https://github.com/faradayio/bigml-rs |
max_upload_size | |
id | 7359 |
size | 144,261 |
bigml
client for RustAn interface to the BigML machine learning API, written in Rust. We use this at Faraday, so it's pretty reliable for what it does. But it omits many features that we don't need to access from Rust. In particular, we focus first on supporting WhizzML scripts, and many other parts of the API are much less complete.
What works:
It's pretty easy to add new types and fields. See src/resources
for existing examples.
This project has been moved to the "back burner." Issues that affect Faraday or dbcrossbar
will still be addressed. No guarantees about anything else. Please contact the authors if you want to make heavy use of BigML from Rust.
The wait
and retry logic may be spun out into a separate crate at some point.