In this repository experiments with the random forest algorithm: a commented implementation to develop an understanding of its workings and a visualizer of the generated models.
*commenting_code_model/random_forest_model_altered.py* an implementation of the Random Forest model. Commented during [Anaïs Bercks' residency in Meise](https://algoliterarypublishing.net/activities.html), and slighty altered to store the generated model into a json file.