Skip to content

Commit

Permalink
Merge pull request #3 from cseas/patch-1
Browse files Browse the repository at this point in the history
Fix for issue random-forests#5
  • Loading branch information
cseas authored Jul 16, 2018
2 parents 6fdc133 + 83ff851 commit fa79d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ep7.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
}
],
"source": [
"weights = classifier.weights_\n",
"weights = classifier.get_variable_value("linear//weight")\n",
"f, axes = plt.subplots(2, 5, figsize=(10,4))\n",
"axes = axes.reshape(-1)\n",
"for i in range(len(axes)):\n",
Expand Down

0 comments on commit fa79d54

Please sign in to comment.