get https://api-lib.bambu.life/api/autoMl/v2/listOfClassifiers
It returns a list of machine learning models that user can choose to train
Query/Path Params
null
Response Body
Name | Datatype | Description | Sample Values | Notes |
---|---|---|---|---|
model | Array of String | It contains a list of machine learning models | { "model": [ "GaussianNaiveBayes", "BernoulliNaiveBayes", "decisionTree", "randomForest", "extraTrees", "logisticRegression", "supportVectorMachine(SVM)", "AdaBoost", "kNearestNeighbors", "latentDirichletAllocation(LDA)", "quadraticDiscriminantAnalysis" ] } |