Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-rizzo committed Dec 28, 2022
1 parent ee52ccb commit f0bb22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fruit-ripeness-classification
# Explainable Fruit Ripeness Classification

This repository contains the code related to the paper "Stop overkilling simple tasks with black-box models and use
transparent models instead", which has been submitted to IJCAI23.
Expand Down Expand Up @@ -68,4 +68,4 @@ To explain the decision tree please follow these commands:
segmented dataset;
* `python3 classifiers/decision_tree/scripts/standardize_luma.py` to standardize the luminosity of the image based on
the Y channel of the YUV color space;
* `python3 classifiers/decision_tree/scripts/explain.py` to generate the explanations.
* `python3 classifiers/decision_tree/scripts/explain.py` to generate the explanations.

0 comments on commit f0bb22e

Please sign in to comment.