RPI-DATA / course-intro-ml-app

Introduction to Machine Learning Applications
https://rpi-data.github.io/course-intro-ml-app/
14 stars 12 forks source link

Move data from excel spreadsheet to the yaml table of contents file. #1

Closed jkuruzovich closed 5 years ago

jkuruzovich commented 5 years ago

The convert_yaml.ipynb notebook has the details.

garcis2 commented 5 years ago

See below for a picture showing what we're trying to do:

issue

The ultimate goal is to define a dictionary that can be pulled from the spreadsheet and used to update specific fields in the yaml file. That way, the file's original formatting and syntax won't be affected by any changes.

jkuruzovich commented 5 years ago

Nice! That was really clear. Was able to update script to update all fields.

See recent commit