installation

using pip

The most easy way to install autotab is using pip

pip install autotab

However, if you are interested in optimizing pipeline for deep learning models, you can choose to install tensorflow as well by using all option

pip install autotab[all]

For list of all options see installation options options

using setup.py file

go to folder where repository is downloaded

python setup.py install

installation options

The all option will install tensorflow 2.7 version along with autotab and h5py.