diff options
| author | 陈冠林 <[email protected]> | 2019-06-18 10:44:20 +0800 |
|---|---|---|
| committer | 陈冠林 <[email protected]> | 2019-06-18 10:44:20 +0800 |
| commit | b2a2f39d89b3bd154da10eb619f8a40c7c6b15d2 (patch) | |
| tree | b7a7d489030cfcc3b2fa878520d8c5d42dc5fce6 /src/dataset_build/td_classification.py | |
| parent | b026525362d7f3b0ad58fb74362bf7f95ab515e8 (diff) | |
Diffstat (limited to 'src/dataset_build/td_classification.py')
| -rw-r--r-- | src/dataset_build/td_classification.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dataset_build/td_classification.py b/src/dataset_build/td_classification.py new file mode 100644 index 0000000..8d4b97c --- /dev/null +++ b/src/dataset_build/td_classification.py @@ -0,0 +1,5 @@ +from sklearn.datasets import load_iris +from sklearn import tree + +with open() as infile: +
\ No newline at end of file |
