[Solved] Python Machine Learning
Maybe do some Exploratory data analysis first to see if you can figure out a pattern between your target variable and features? It would also be good to extract some features from your date/time variables rather than using them as integers (like weekday_or_not, seasons etc.) You can also try transforming your features (log, sqrt) to … Read more