Corrie Bartelheimer
Results
2
issues of
Corrie Bartelheimer
**Describe the bug** I ran it on the following code of chained pandas methods: ``` mean_distances = (dataframe .groupby('group')['distance'] .mean() .to_frame() .reset_index() .fillna(0) .rename(columns={'distance': 'distance_mean'}) ) ``` and was surprised...
bug
Use loo to compare the linear and hierarchical model
modelling