BigML Make integrationAutomate BigML with Make.
Can your BigML models score new data without anyone opening the dashboard? The BigML Make integration gives you 23 modules: one scheduled trigger, 18 actions and 4 searches. This guide connects your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the BigML Make integration let you automate?
The BigML Make integration links your BigML account to Make so predictions, anomaly scores, centroids and topic distributions can be created, read, updated and deleted inside a scenario, the automation you build in Make as a chain of modules. You pick the bricks, Make runs them in order.
Flag odd records before they spread. Send each new row from your store or your sensors to Create an Anomaly Score, then pass only the unusual ones to the next module. Operations teams get an alert instead of a surprise.
Tag every new lead with its closest segment. Create a Centroid tells you which cluster a record resembles most, and the result can travel to your CRM in the same run.
Sort incoming text by subject. Create a Topic Distribution reads a document and returns its topic probabilities, which lets a support desk route tickets without reading them first.
Know the edges: the integration works with resources that already exist in BigML, and the documentation lists no numbered limit. Anything the 23 modules skip goes through Make an API Call, which reuses the same connection. If you are weighing tools, the n8n vs Make comparison lays out the criteria, Make pricing explains how operations are counted, and Make training helps a team build its first scenarios.
How do you connect BigML to Make?
- 01
Get your API key from BigML
Sign in to your BigML account and copy your API key. Make asks for this value when it creates the connection, which is your BigML account linked to Make once and reused by every BigML module.
- 02
Add a BigML module and open the connection form
In your scenario, add any BigML module and click Create a connection. You can give the connection a name, which helps when several accounts or teammates share the same Make organization.
- 03
Paste the key and save
Paste the value into the API Key field and click Save. Make can now read your BigML resources, and every module you add afterwards offers this connection in its list.
Your first scenario with BigML and Make
GoalWhen a new resource is created in BigML, Make fetches its full record so the next module can use it.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.
- 02
Add Watch Resources
Search for BigML, choose Watch Resources and select the connection you just created. This module is a scheduled trigger: at each check, if it finds a new resource, it starts the scenario with it.
- 03
Chain Get a Resource
Click the + on the right of the trigger, pick Get a Resource and map the resource ID coming from Watch Resources. Each new item arrives as a bundle, one element passed from module to module.
- 04
Test with Run once
Create a resource in BigML, then click Run once. Open the bubble above each module to read the bundles it received and check that the details look right.
- 05
Schedule and switch it on
Click the clock on the first module to set the schedule, every 15 minutes by default, then turn the scenario on. From now on Make checks BigML on that rhythm without you.
What starts a BigML scenario?
1 module starts a scenario when something happens in BigML. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by BigML as soon as it happens.
Watch Resources
Scheduled triggerIn Make“Triggers when a new resource is created.”
Watch Resources notices every resource newly created in your BigML account and starts the scenario with it, so the next modules can react without you checking the dashboard.
What can Make do in BigML?
BigML gives you 22 modules in 6 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Anomaly Scores
5 modulesList Anomaly Scores
SearchIn Make“Lists all anomaly scores.”
Brings back all the anomaly scores stored in your account, each one as its own bundle. An anomaly score measures how unusual a data instance looks compared with the rest.
Get an Anomaly Score
ActionIn Make“Gets a specified anomaly score.”
Fetches a single anomaly score by its ID and hands its content to the next module. It is the precise tool, where the list module is the broad sweep.
Create an Anomaly Score
ActionIn Make“Calculates the anomaly score of a data instance.”
Sends one data instance to BigML and returns its anomaly score, so a record that looks strange gets flagged while it is still moving through the scenario.
Update an Anomaly Score
ActionIn Make“Updates an existing anomaly score.”
Edits an anomaly score that already exists rather than producing a second copy, which keeps your BigML account easy to search.
Delete an Anomaly Score
ActionIn Make“Deletes a specified anomaly score.”
Removes an anomaly score from BigML for good, which is useful once the result has been copied to the place your team actually reads.
Centroids
5 modulesList Centroids
SearchIn Make“Lists all centroids.”
Returns every centroid in your account as separate bundles. In BigML, a centroid is the answer to one question: which cluster is this data instance closest to?
Get a Centroid
ActionIn Make“Gets a specified centroid.”
Opens one specific centroid and passes its details along, handy when an earlier module handed you only its ID.
Create a Centroid
ActionIn Make“Finds out the closest cluster to your data instance.”
Finds the cluster a new data instance resembles most and gives the answer back to Make as a bundle, ready to be written into another app.
Update a Centroid
ActionIn Make“Updates an existing centroid.”
Modifies a centroid already stored in BigML so the record stays aligned with what happened downstream, without creating a duplicate.
Delete a Centroid
ActionIn Make“Deletes a specified centroid.”
Erases one centroid from your account permanently, a simple way to stop old classifications from piling up.
Topic Distributions
5 modulesList Topic Distributions
SearchIn Make“Lists all topic distributions.”
Collects all the topic distributions of your account, one bundle each, so you can see how your documents were classified by subject.
Get a Topic Distribution
ActionIn Make“Gets a specified topic distribution.”
Retrieves one topic distribution by ID, with its topic probabilities, and passes it to the rest of the scenario.
Create a Topic Distribution
ActionIn Make“Calculates all topic probabilities for a given document.”
Reads a document and returns the probability of each topic, turning a block of text into something a scenario can sort on.
Update a Topic Distribution
ActionIn Make“Updates an existing topic distribution.”
Changes an existing topic distribution in place, so the stored version reflects later information without a second copy.
Delete a Topic Distribution
ActionIn Make“Deletes a specified topic distribution.”
Removes a topic distribution from BigML for good, keeping your account limited to the documents you still care about.
Predictions
5 modulesList Predictions
SearchIn Make“Lists all predictions.”
Pulls every prediction stored in your BigML account into the scenario as individual bundles, ready to be filtered, counted or exported.
Get a Prediction
ActionIn Make“Gets a specified prediction.”
Looks up one prediction by its ID and delivers its result to the next module, without scanning the whole list.
Create a Prediction
ActionIn Make“Creates a prediction using a model, logistic regression, deepnets etc.”
Asks one of your BigML models (a model, a logistic regression, a deepnet and more) for a prediction on new data, and returns the answer as a bundle.
Update a Prediction
ActionIn Make“Updates an existing prediction.”
Adjusts a prediction already saved in BigML, useful to keep one record per case instead of a trail of near duplicates.
Delete a Prediction
ActionIn Make“Deletes a specified prediction.”
Permanently deletes one prediction from your BigML account, a quick way to clear results that no longer serve any analysis.
Resources
1 moduleGet a Resource
ActionIn Make“Gets a resource.”
Fetches any BigML resource from its ID, which makes it the natural partner of Watch Resources in a scenario.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the BigML API to your scenario: you reach any part of the BigML API that the listed modules do not cover, with the connection you already set up.
Need help automating BigML with Make?
A person reads every message.