A modest but still useful package with utility functions for common data science tasks. Behold, lambdata!
- pandas
- NumPy
- Scikit-Learn
This function takes as arguments y_true and y_pred and returns a confusion matrix plotted using a Seaborn heatmap.
Combines four common exploratory functions.
- .describe()
- .isnull().value_counts()
- .head()
- .tail()
MIT