Skip to content

DavidVollendroff/lambdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambdata

A modest but still useful package with utility functions for common data science tasks. Behold, lambdata!

Dependencies

  • pandas
  • NumPy
  • Scikit-Learn

Confusion plot

This function takes as arguments y_true and y_pred and returns a confusion matrix plotted using a Seaborn heatmap.

Explore dataframe

Combines four common exploratory functions.

  • .describe()
  • .isnull().value_counts()
  • .head()
  • .tail()

License

MIT

About

Collection of Data Science helper-functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages