Machine Learning made beautifully simple. A company-wide platform that runs in any cloud or on-premises to operationalize Machine Learning in your organization.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
bigml: {
type: "app",
app: "bigml",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://bigml.io/andromeda/source`,
params: {
username: `${this.bigml.$auth.username}`,
api_key: `${this.bigml.$auth.api_key}`,
},
})
},
})
Create a batch prediction given a Supervised Model ID and a Dataset ID. See the docs.
Create a model based on a given source ID, dataset ID, or model ID. See the docs.
Create a source with a provided remote URL that points to the data file that you want BigML to download for you. See the docs.
BigML uses API keys for authentication. When you connect your BigML account, Pipedream securely stores the keys so you can easily authenticate to BigML APIs in both code and no-code steps.
Sign in and copy your Username visible from the BigML Dashboard.
To retrieve your API key,