benjaminmielke / pod-challenge

0 stars 1 forks source link

task week streamline proccess #9

Closed benjaminmielke closed 3 years ago

benjaminmielke commented 3 years ago

Created a Class that hold methods that can be used as a pipeline for each task week. Pipeline from import data to preprocess to model and evaluation. Hope this helps us with the data processing each week. I am no pro at python code structure, but figured this way has some flexibility. We can add other methods for pre processing and other models. Would love to hear if you think this type of structure makes sense, i am just not sure