Skip to content

Commit 6a93db6

Browse files
authored
Update README.md
1 parent f57cf61 commit 6a93db6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
Some of the code I've put together to do weird/interesting/cool things (mostly at work) with machine learning models for classification problems. The core code is in `ML_snippets.py` and usage examples are shown in `demos.ipynb`. This is heavily reliant on the pandas and scikit-learn libraries, though it wouldn't be too difficult to rewrite and avoid the need for pandas.
33

44
`explanations_demo.ipynb` has a demonstration of two methods for generating human-interpretable explanations/justifications of the predictions of a scikit-learn random forest classifier. The code for one of those methods is found in `tree_explainer.py`.
5+
6+
`price_clustering.ipynb` has a demo of segmenting a set of products into natural price bins. That notebook is self-contained; it pulls a small data set from the web.

0 commit comments

Comments
 (0)