Deploy BigML models to Waylay

How to use the BigML platform to create, train and make your very own machine learning model.

First Jano, shows how to use the BigML platform to create a Machinelearning model, train the model and also make predictions based on the model you just created.

After that Jano, opens up Jyputer notebook and creates a few lines of code to connect to the BigML API. Once the BigML model is connected Jano creates a wrapper class around the BigML model to transform the received data in a JSON format. Before he uploads the model, Jano proceeds to connect to Waylay via our python SDK.

Finally Jano continues by uploading the BigML model to the previously created Waylay client.

First Jano, shows how to use the BigML platform to create a Machinelearning model, train the model and also make predictions based on the model you just created.

After that Jano, opens up Jyputer notebook and creates a few lines of code to connect to the BigML API. Once the BigML model is connected Jano creates a wrapper class around the BigML model to transform the received data in a JSON format. Before he uploads the model, Jano proceeds to connect to Waylay via our python SDK.

Finally Jano continues by uploading the BigML model to the previously created Waylay client.