Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 493 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 493 Bytes

Attention-based Deep Forest (ABDF)

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.