chexpert notes 1

last updated: 11 May 2019

Machine Learning Pipeline


Model Input and Output


Data Pre-processing


Data Inspect and Exploration

upon inspecting dataset:

some useful pandas tools for exploring data:

    # extract column headers
    headers = df.columns
    
    # see the categories and their respective counts in each column
    for title in headers:
        print(df[title].value_counts())


Problem Statement for Predictive Model:

To do:


References


14 observations:



created: 10 May 2019
today's track: Lemonade by Alexandra Stan