Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 404 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 404 Bytes

AI-XL

AI-XL is a simple machine learning exercise that takes in categorical data from a training sets and constructs dictionaries that map specific data to specific categories. Program then reads in a second excel file with similar data fields and chooses the best category based on the given data, weighting the categories based on their importance.

DEMO

$ pip install openpyxl

$ python dict.py