.gitignore
LICENSE
README.md
makefile
pyproject.toml
requirements.txt
.github/workflows/code_check.yml
bin/train.py
config/01_synthetic_data_experiment_config.yaml
config/02_openml_data_experiment_config.yaml
config/03_openml_clf_data_experiment_config.yaml
config/04_same_domain_experiment_config.yaml
config/05_new_classes_experiment_config.yaml
config/06_big_data_experiment_config.yaml
data/.gitignore
experiments/01_synthetic.py
experiments/02_openml.py
experiments/03_openml_clf.py
experiments/04_same_domain.py
experiments/05_new_classes.py
experiments/06_big_data.py
liltab/__init__.py
liltab.egg-info/PKG-INFO
liltab.egg-info/SOURCES.txt
liltab.egg-info/dependency_links.txt
liltab.egg-info/requires.txt
liltab.egg-info/top_level.txt
liltab/data/dataloaders.py
liltab/data/datasets.py
liltab/data/factory.py
liltab/data/preprocessing.py
liltab/model/heterogenous_attributes_network.py
liltab/model/utils.py
liltab/train/logger.py
liltab/train/trainer.py
liltab/train/utils.py
results/.gitignore
results/01_test_data.pkl
results/flat/.gitignore
results/models/.gitignore
results/tensorboard/.gitignore
test/conftest.py
test/liltab/data/test_dataloaders.py
test/liltab/data/test_datasets.py
test/liltab/model/test_heterogenous_attributes_network.py
test/liltab/model/test_model_utils.py
test/liltab/train/test_logger.py
test/liltab/train/test_trainer.py
test/resources/random_df_1.csv
test/resources/random_df_2.csv
test/resources/random_df_3.csv