Skip to content

alfianakbar/BigML-PHP-Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Library for BigML for Windows

Note: This is an unofficially library and not (yet) supported by BigML.com

Getting started

  • create account at BigML.com
  • download / clone the code
  • open testBigMLClient.php
  • insert username and apikey at line 4
  • run testBigMLClient.php (commandline or web)
  • it will upload iris dataset to BigML.com, create a dataset from that source, create a model from the dataset and create a prediction based on the input data (and the newly created model)

Versions

Version 0.2:

  • Initial commit
  • Has a few very basic functions, like create_source, create_dataset, create_model, create_prediction

About

PHP Library for BigML.com for Windows (unofficial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.1%
  • Shell 39.9%