# Week 4 - Versioning with Git and Data Preparation (Part 2)

### This week we will...

cover the following topics:

* Versioning with Git in a Team
* Important Issues to Consider for Feature Engineering
* Introduction into Analyzing Time Series Data

### Learning Resources

{% file src="/files/f1of06bwu72If234nTrY" %}

### Until next week you should...

* [x] meet with your team to discuss potential additional variables to be created for sales prediction (including whether there are any additional data sources you can use).<br>
* [x] analyze the time series data for the 6 product groups using moving averages, percent change, or segmentation (see learning material).<br>
* [x] update the "Data Import and Preparation" directory in your team repository to include:
  * Additional downloaded or self-created data (e.g., holiday lists)
  * Code to merge all data into one dataset
  * Code to create new variables or prepare existing variables for prediction<br>
* [x] Get A [Kaggle](https://www.kaggle.com/) account and review the course competition under:\
  <https://www.kaggle.com/t/d832497c95d744de915ad9eb80ad9ed6><br>
* [x] watch the following videos from the DeepLearning.AI course on Python for Data Analytics to get an idea about how to analyze time series data:
  * [DateTimes](https://learn.deeplearning.ai/specializations/data-analytics/lesson/yt06e/datetimes) (5 minutes)
  * [Using DateTimes as Indices](https://learn.deeplearning.ai/specializations/data-analytics/lesson/xtibp/using-datetimes-as-indices) (3 minutes)
  * [Moving Averages](https://learn.deeplearning.ai/specializations/data-analytics/lesson/n5vs5/moving-average) (5 minutes)
  * [Percent Change](https://learn.deeplearning.ai/specializations/data-analytics/lesson/icu5f/percent-change) (4 minutes)
  * [Segmentation](https://learn.deeplearning.ai/specializations/data-analytics/lesson/n5s9q/segmentation) (5 minutes)

*(You need to create a free account with DeeplLearning.AI.)*<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/einfuehrung/woche-4-datenaufbereitung-mit-tidyverse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
