Skip to content

Commit

Permalink
fix import of lime.lime_tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
tmielika committed Jun 6, 2021
1 parent f13b93e commit b60e647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/notebooks/Latin Hypercube Sampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"outputs": [],
"source": [
"# imports \n",
"#import lime.lime_tabular\n",
"import lime_tabular as lime_tabular\n",
"from lime import lime_tabular\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib.patches as mpatches \n",
Expand Down

0 comments on commit b60e647

Please sign in to comment.