Giovanni De Toni
Giovanni De Toni
When using the python interface, if we serialize and then deserialize a `RandomForest` object, we will get a `segfault` if we try to call the `apply_regression` method from the deserialized...
We might want to emit some information from a given model which may be costly to compute and it could slow down the training ( see #4655 for an example...
This PR is an initial attempt to add the following two novel recourse methods to the library, FARE and E-FARE [1]. Differently from other approaches, FARE couples a reinforcement learning...
This example is related to issue #386.