Skip to content
Crunching the data site logo.
Crunching the Data
  • Recent posts
  • Machine learning
  • Engineering
  • Data analysis
Crunching the data site logo.
Crunching the Data
  • Recent posts
  • Machine learning
  • Engineering
  • Data analysis

Checking data quality

Leave a Comment / By Christina Ellis / April 14, 2021 / Case Study, Data analysis

Now that we have set up our environment, we can dive into the data by performing some basic data quality checks. This post is going to be focused more on the summarizing types of data quality checks that should be implemented for simple tabular data rather than writing the code to implement these checks. As […]

Checking data quality Read More »

Setting up a Conda Environment

Leave a Comment / By Christina Ellis / April 13, 2021 / Case Study, Engineering

In the previous step of this case study, we set up a git repository to version control our code. Now we will set up a package manager to manage our Python environment. This will give us fine grained control over the package versions we use and allow us to easily navigate between different environments that

Setting up a Conda Environment Read More »

Creating a GitHub repository

Leave a Comment / By Christina Ellis / April 10, 2021 / Case Study, Engineering

One of the first steps you should take when starting a new data science project is setting up a new repository to version control your code. For the sake of this case study, we will be using git to version control our code and GitHub to host a version of our git repository online. In the following article we will

Creating a GitHub repository Read More »

Git for beginners

Leave a Comment / By Christina Ellis / April 10, 2021 / Case Study, Engineering

In this article we provide a beginner-friendly explanation of how to use git to version control your code. We cover all of the concepts necessary to understand how git works and how to use it. First, we give a high level overview of version control and common features of version control systems. After that, we

Git for beginners Read More »

Why is version control important?

Leave a Comment / By Christina Ellis / April 8, 2021 / Engineering

Are you wondering whether you need to use version control software for your data science projects? In this article, we go over all the benefits of using version control software for data science projects. In this post we focus on the importance of version controlling your code, as opposed to version controlling other aspects of

Why is version control important? Read More »

Case Study Overview

Leave a Comment / By Christina Ellis / April 8, 2021 / Case Study

Are you looking for a step-by-step guide on how to create a data science project to enhance your portfolio? Well then you are in the right place! Purpose of this case study In this case study we will focus on the engineering skills that go into building and deploying machine learning models using code that

Case Study Overview Read More »

Post pagination
← Previous 1 … 13 14

Most Popular Posts

How to choose the right machine learning model
Data science best practices
How to improve LLM performance

Recent Posts

  • When to use student teacher networks
  • When to use transfer learning
  • Model training paradigms in machine learning
  • When to use active learning
  • When to use weakly supervised learning

Copyright © 2021 Crunching the Data

  • About us
  • Contact us
  • Privacy Policy