EvgeniDubov / hellinger-distance-criterion

Random Forest model using Hellinger Distance as split criterion
BSD 3-Clause "New" or "Revised" License
31 stars 12 forks source link

Add example for building inside a Docker container #1

Closed eeddaann closed 6 years ago

eeddaann commented 6 years ago

After struggling with the compilation of this project I decided to use Docker to create an isolated environment for building and execution of the code. It would be great If you will write here the exact versions of the dependencies (Python, Numpy, Cython, scikit-learn) in your environment so I will be able to add them to the Dockerfile and avoid some deprecation warnings.