Auto Structured Data Classification (A_DL_SDC)
This function creates an Automated Structured Data classifying model
These models are designed to classify structured data, such as predicting whether a customer will churn or not based on their purchase history.
Sample Request
Build an Auto Structured Data Classifier
Building an Auto Structured Data Classifier
Automated Model Construction
POST
https://autogon.ai/api/v1/engine/start
Request Body
Sample Request
Compile and train the pre-built SDC model, using passed in Hyper Parameters
Training an Auto Structured Data Classifier
Automated Model Training
POST
https://autogon.ai/api/v1
Request Body
Predictions
Make predictions with the DL_ANN Predict block
Last updated