Skip to content

Latest commit

 

History

History

notebooks

Notebook Directory

The notebook directory contains all the experimentation results. It is advised to come up with a naming convention when naming the notebooks so as to increase clarity. The following tags are an example:

  • Prerequisites:

    • Azure ML Workspace: Please parepare Workspace before executing the notebooks. Please refer this site, for instance.
  • Contents

    • Data - NotebookName: everything related to gathering and wrangling data
    • EDA - NotebookName: explanatory data analysis report
    • Model - NotebookName: modeling part
    • .....