Data Science Tutorials
Develop your data science skills with tutorials in our blog. We cover everything from intricate data visualizations in Tableau to version control features in Git.
카테고리를 살펴보세요
2명 이상을 교육하시나요?DataCamp for Business 사용해 보세요
Time Series Analysis Tutorial with Python
Get Google Trends data of keywords such as 'diet' and 'gym' and see how they vary over time while learning about trends and seasonality in time series data.
Hugo Bowne-Anderson
2018년 1월 17일
Machine Learning with Kaggle: Feature Engineering
Learn how feature engineering can help you to up your game when building machine learning models in Kaggle: create new columns, transform variables and more!
Hugo Bowne-Anderson
2018년 1월 10일
8 Useful Shell Commands for Data Science
Which shell commands do data scientists use nearly every day? Discover and learn how to use them in this tutorial!
Alexis Perrier
2018년 1월 5일
Kaggle Tutorial: Your First Machine Learning Model
Learn how to build your first machine learning model, a decision tree classifier, with the Python scikit-learn package, submit it to Kaggle and see how it performs!
Hugo Bowne-Anderson
2018년 1월 3일
Kaggle Tutorial: EDA & Machine Learning
In this Kaggle tutorial, you'll learn how to approach and build supervised learning models with the help of exploratory data analysis (EDA) on the Titanic data.
Hugo Bowne-Anderson
2017년 12월 21일
Five Tips to Improve your R Code
Five useful tips that you can use to effectively improve your R code, from using seq() to create sequences to ditching which() and much more!
Simon Jackson
2017년 12월 13일
Python Dictionary Comprehension: Essentials You Need to Know
Learn all about Python dictionary comprehension. Learn how you can use it to create dictionaries, to replace (nested) for loops or lambda functions with map(), filter(), reduce(), and more!
Sejal Jaiswal
2024년 12월 4일
Python Data Structures Tutorial
Get introduced to Python data structures: learn more about data types and primitive as well as non-primitive data structures, such as strings, lists, stacks, etc.
Sejal Jaiswal
2023년 4월 6일
AWS EC2 Tutorial For Beginners
Discover why you should use Amazon Web Services Elastic Compute Cloud (EC2) and how you can set up a basic data science environment on a Windows instance.
DataCamp Team
2017년 12월 6일
Convolutional Neural Networks in Python with Keras
In this tutorial, you’ll learn how to implement Convolutional Neural Networks (CNNs) in Python with Keras, and how to overcome overfitting with dropout.
Aditya Sharma
2017년 12월 5일
R Formula Tutorial
Discover the R formula and how you can use it in modeling- and graphical functions of well-known packages such as stats, and ggplot2.
Karlijn Willems
2017년 11월 23일
Pipes in R Tutorial For Beginners
Learn more about the famous pipe operator %>% and other pipes in R, why and how you should use them and what alternatives you can consider!
Karlijn Willems
2022년 12월 21일