Docker Crash Course for Data Scientists

This Docker crash course for data scientists covers Docker fundamentals like architecture, images, containers, storage, networking. It then explores using Docker for data science workflows including environments, model training/deployment, notebooks. Finally it discusses best practices for optimization, orchestration, security, and monitoring.

Read More

Scikit-learn Crash Course for Data Scientists

This crash course is designed to provide you with a solid foundation in Scikit-learn to start building machine learning models in Python. It introduces key concepts like model evaluation and selection, discuss the major algorithms like regression and classification, and walk through the typical Scikit-learn workflow for developing predictive models.

Read More

Pandas Crash Course for Data Scientists

This in-depth, 3-part Pandas crash course covers everything from the core DataFrame and Series data structures to essential data manipulation operations to advanced analysis and visualization tools. Through concrete examples and code snippets, you’ll learn foundational Pandas to start wielding this versatile data analysis library for tasks.

Read More