> For the complete documentation index, see [llms.txt](https://opencampus.gitbook.io/opencampus-machine-learning-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/machine-learning-operations-mlops/03-05-2023-data-definition-and-collection.md).

# 03-05-2023 Data Definition and Collection

## This week you will...

* Get an overview of data problems that occur in machine learning applications.
* Learn some techniques to address these problems
* get to know about data quality

## Learning Resources

* <https://www.coursera.org/learn/introduction-to-machine-learning-in-production/home/week/3>
* <https://www.coursera.org/learn/machine-learning-data-lifecycle-in-production/home/week/1><br>

## Until next week you should..

* Complete the goal setting for your course project.
* complete week 2 and week 3 of the course <https://www.coursera.org/learn/machine-learning-data-lifecycle-in-production/home/week/2>, including the provided exercises/labs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/machine-learning-operations-mlops/03-05-2023-data-definition-and-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
