Skip to content

Latest commit

 

History

History
104 lines (75 loc) · 3.34 KB

index.rst

File metadata and controls

104 lines (75 loc) · 3.34 KB

TALENT: A Tabular Analytics and Learning Toolbox

../resources/TALENT-LOGO.png

Welcome to TALENT, a comprehensive machine learning toolbox designed to enhance model performance on tabular data.

TALENT integrates advanced deep learning models, classical algorithms, and efficient hyperparameter tuning, offering robust preprocessing capabilities to optimize learning from tabular datasets. The toolbox is user-friendly and adaptable, catering to both novice and expert data scientists.

Important

If you use any content of this repo for your work, please make sure to cite the relevant papers as described in the Citing TALENT section below.

Citing TALENT

If you use TALENT in your research, please consider citing the following works:

@article{ye2024closerlookdeeplearning,
         title={A Closer Look at Deep Learning on Tabular Data},
         author={Han-Jia Ye and Si-Yang Liu and Hao-Run Cai and Qi-Le Zhou and De-Chuan Zhan},
         journal={arXiv preprint arXiv:2407.00956},
         year={2024}
}

@article{liu2024talenttabularanalyticslearning,
         title={TALENT: A Tabular Analytics and Learning Toolbox},
         author={Si-Yang Liu and Hao-Run Cai and Qi-Le Zhou and Han-Jia Ye},
         journal={arXiv preprint arXiv:2407.04057},
         year={2024}
}

What's New

Here are the recent updates to TALENT:

Contents

.. toctree::
   :maxdepth: 2
   :caption: Tutorials

   tutorials

.. toctree::
   :maxdepth: 2
   :caption: Methods

   methods

.. toctree::
   :maxdepth: 2
   :caption: Dependencies

   dependencies

.. toctree::
   :maxdepth: 2
   :caption: Benchmark_Datasets

   benchmark_datasets

.. toctree::
   :maxdepth: 2
   :caption: Experimental_Results

   experimental_results

.. toctree::
   :maxdepth: 2
   :caption: API Docs

   api/utils
   api/data
   api/method_base

.. toctree::
   :maxdepth: 2
   :caption: Acknowledgements

   acknowledgements