One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Adaboost extensions for cost-sentive classification
Adaboost extensions for cost-sentive classification
CSExtension 1
CSExtension 2
CSExtension 3
CSExtension 4
CSExtension 5
AdaCost
Boost
CostBoost
Uboost
CostUBoost
AdaBoostM1
Implementation of all the listed algorithms of the cluster "cost-sensitive classification".
They are the meta algorithms which requires base algorithms e.g. DecisionTree
Moreover,
Voting criteria is also required e.g. Minimum expected cost criteria
Input also requires to load an arff file and a cost matrix (sample arff and cost files are uploaded for users' reference)
This extension uses weka for classification and generates the classification model along with confusion matrix. ...