Great job with the oversample cross validation. That's an ingenious method for oversampling and working in the same dataframe. I'd challenge you to visualize the feature importances when working with a linear model to gain an understanding of how strongly your features impact your model. More interestingly, how would that compare to a Decision Tree?
Hey Max,
Great job with the oversample cross validation. That's an ingenious method for oversampling and working in the same dataframe. I'd challenge you to visualize the feature importances when working with a linear model to gain an understanding of how strongly your features impact your model. More interestingly, how would that compare to a Decision Tree?