HINT Algorithm is a machine learning technique for function decomposation.
Partial implementation of HINT Algorithm in Python.
python -m venv env
.\env\Scripts\activate
pip install -r .\requirements.txt
python .\App.py
Function must be a CSV file with header included. Check .\function1.csv