🚀 Now due for proper versioning to reflect evolution of features, this release has enhanced regression diagnostics.
**Main additions:**
- `BadApples` class in `diagnostics` module takes a model object and calculates measures of influence, leverage and outliers. It includes a method for leverage vs residuals squared plot.
- Heteroskedasticity test in the `diagnostics` module: supports Breusch-Pagan and White tests.
- Models support having an index for X that is beyond the typical RangeIndex.