Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 528 Bytes

File metadata and controls

22 lines (17 loc) · 528 Bytes

Classification-Analysis

Analysis classification rules of decision tree

Usage

Data Generation

python data_generator.py 3--real_columns 3 --fake_columns 3 --choices 5 --data_len 2000
  • real_columns: input real column number
  • fake_columns: input fake column number
  • choices: input column max choices
  • data_len: input length of data

Data Analysis

python decision_tree.py

Report

Jupyter Notebook