bigml 0.0.2

BigML client bindings (WORK IN PROGRESS, unstable Rust)
docs.rs failed to build bigml-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bigml-1.0.1

bigml client for Rust (WORK IN PROGRESS)

Documentation

An interface to the BigML machine learning API, written in Rust. This requires nightly Rust, because it depends on #[feature(proc_macro)] (so that we can mix serde and regular macros).

What works:

  • Uploading sources that are small enough to fit in memory.
  • Executing scripts and getting the output values.

It's pretty easy to add new types and fields. See src/resources for existing examples.