biof309_fall2018
biof309_fall2018 copied to clipboard
Hi Martin, Since I was a little behind I have been trying to work as fast as I can to finish before you start grading. Maybe I miss it. I...
So I updated to the latest version of pycharm (3.1) last evening and I’m not sure if I did something wrong or not, but each import that I now enter...
When running the following code, I run into the following error: RuntimeWarning: divide by zero encountered in true_divide Code: outcome = df_merged8.iloc[:, -1] predictors = df_merged8.iloc[:, 2:-1] vars_as_str = str(list(predictors.columns)[:25]).replace("'","").replace('[',...