tabensemb v0.2 release
A framework to evaluate various models for tabular regression and classification tasks. The package integrates 25 machine learning (including deep learning) models for tabular prediction tasks from three well-established model bases:
autogluon"LightGBM","CatBoost","XGBoost","Random Forest","Extremely Randomized Trees","K-Nearest Neighbors","Linear Regression","Neural Network with MXNet","Neural Network with PyTorch","Neural Network with FastAI".
pytorch_widedeep"TabMlp","TabResnet","TabTransformer","TabNet","SAINT","ContextAttentionMLP","SelfAttentionMLP","FTTransformer","TabPerceiver","TabFastFormer".
pytorch_tabular"Category Embedding","NODE","TabNet","TabTransformer","AutoInt","FTTransformer".