Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 471 Bytes

Python Cool Concepts

A repo containing some of the awesome features of Python that makes our lives easier. Advanced material ensues!

Concepts covered so far are:

  1. Args and Kwargs
  2. Numpy Cheatsheet for Data scientists
  3. A custom python logging template that can be used for setting up logging in any app/project.
  4. Date and Time functions and their usages from Pandas
  5. Scikit-learn pipelines mini project
  6. Optuna with XGBoost in a Regression mini project