Nicolas Goix

Results 3 issues of Nicolas Goix

In http://skope-rules.readthedocs.io/en/latest/, the link to the README points to the old repo.

As mentioned in #3 we have 3 different scoring methods: `decision_function`, `rules_vote`, `score_top_rules`. In sklearn API, we have `decision_function` and `score_samples`, which are related through `decision_function = score_samples + offset`,...