Description Usage Arguments Details Value Author(s) References See Also Examples
Creating BigML Models
| 1 2 | 
| dataset_id | the relevant dataset_id used to create the model. | 
| input_field_ids | a vector of field ids to use for training. | 
| name | the name to give to the model. | 
| objective_field_ids | a vector of objective fields used for training. | 
| range | a vector of two values that define a range of instances from the dataset to train on. | 
| ... | Arbitrary named arguments that are passed on to
 | 
This function needs to use id information from existing R resources. See the references for more details.
model_return
Leon Hwang hwang@bigml.com
https://bigml.com/developers/models
https://bigml.com/developers/datasets
Other model methods: getModel;
listModels; quickModel
| 1 2 3 4 5 6 7 8 | ## Not run: 
# simple example
m1 = createModel("dataset/1")
# configure a number of different parameters
m2 = createModel("dataset/2", input_field_ids=c('000001'),
	objective_field_ids='000003', name='test', range = c(10,1000))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.