MCPcopy Index your code
hub / github.com/jwasham/practice-python / fruit-classify.py

File fruit-classify.py

machine-learning/fruit-classify.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sklearn import tree
2
3TEXTURE_BUMPY = 0
4TEXTURE_SMOOTH = 1

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected