scripts/preprocess.py [91:98]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if feature_name in sample.keys():
            value = sample[feature_name]
            if value is None:
                value = ""
        else:
            value = ""
        output.append(value)
    return output
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scripts/preprocess.py [107:114]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if feature_name in sample.keys():
            value = sample[feature_name]
            if value is None:
                value = ""
        else:
            value = ""
        output.append(value)
    return output
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



