This repository contains the code base for the Attention-based Deep Forest model, proposed in the article.
The code is written in Python 3 language with usage of the Bosk framework, so the model is compatible with the scikit-learn API. All the necessary code is located in the only script. To run it, install the Bosk and Pytorch to your Python environment.