mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
7 lines
149 B
Python
Executable File
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.
|
|
|
|
"""
|