Welcome to the Tabular Learning! This repository contains a variety of resources for tackling tabular data tasks using machine learning and deep learning techniques.
- Load tabular datasets
- Tabular classification
- Tabular regression
- Explainable AI
- Placeholder
-
Install Python3-tk and python3-dev with the command:
sudo apt install python3-dev python3-tk -
Clone the repo using the following command:
git clone git@github.com:Takaogahara/tab-learning.git -
Create and activate your
virtualenvwith Python 3.8, for example as described here. -
Install packages using:
pip install -r requirements-gpu.txtor
pip install -r requirements-cpu.txtInstall aditional dev libs:
pip install -r requirements-dev.txt
You must define the network model to be used and its parameters using a YAML configuration file.
There is an example configuration file for the Classification and Regression tasks in configs/example_config.yaml.