Files
rdkit/Python/ML/DecTree/__init__.py
Greg Landrum 75a79b6327 initial import
2006-05-06 22:20:08 +00:00

7 lines
149 B
Python
Executable File

# copyright 2000, greg landrum
"""
Here we're implementing the Decision Tree stuff found in Chapter 3 of Tom Mitchell's Machine Learning Book.
"""