Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marco.fumagalli committed Aug 31, 2023
1 parent 9e9c2be commit a4d8472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

**Xi** is a python package that implements the paper
"Explaining classifiers with measures of statistical association"[[1]](#1)
and "The Xi method: unlocking the mysteries of regression with Statistics"[[2](#2)<br>
and "The Xi method: unlocking the mysteries of regression with Statistics"[[2]](#2)<br>

The growing size and complexity of data as well as the need of accurate predictions, forces analysts to use black-box
model. While the success of those models extends statistical application, it also increases the need for
Expand Down
2 changes: 1 addition & 1 deletion xi_method/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from xi_method.separation.measurement import builder_mapping
from xi_method import _ROOT

def load_wine_quality_dataset():
def load_wine_quality_red_dataset():

path = _ROOT / 'data' / 'winequality-red.csv'
data = pd.read_csv(path,sep=";")
Expand Down

0 comments on commit a4d8472

Please sign in to comment.