/c5.0-filter

A Python script to filter and format data for C5.0

Primary LanguagePython

C5.0 Filter

A simple Python script that filters and formats data to be fed to the C5.0/See5 algorithm.

Nice-to-haves:

  • Passing files as inline arguments to the run command. For example:

      python filter.py shuttle.trn version-a.data
    
  • Specifying how many attributes from the original data source to include in the filtered result.