AutoClassification (AUTO_CN_1)
This function finds the K number of training examples closest (nearest neighbors) to the input data and then classifying the input data based on the majority class of its nearest neighbors.
In other words, it assigns a label to a new data point based on how similar it is to the existing data points, where similarity is defined by distance metric such as Euclidean or Manhattan.
This function can be used for both supervised and unsupervised learning.
Sample Request
Build an AutoClassification model named, "AutoClassification"
Building a AutoClassification model
AutoClassification
POST
https://autogon.ai/api/v1/engine/start
Request Body
Sample Request
Make predictions with the pre-built model passing an optional test data.
Predicting with AutoClassification
AutoClassification Predict
POST
https://autogon.ai/api/v1/engine/start
Request Body
Sample Request
Evaluate model metrics
AutoClassification Metrics
POST
https://autogon.ai/api/v1/engine/start
Request Body
Last updated