# Data Scientists

### How does Ocean benefit data scientists?

It offers three main benefits:

* **Earn.** You can earn $ by doing crypto price predictions via [Predictoor](/predictoor.md), by curating data in [Data Farming](/data-farming.md), competing in a [data challenge](/data-scientists/join-a-data-challenge.md), and by selling data & models.
* **More Data.** Use [Compute-to-Data](/developers/compute-to-data.md) to access private data to run your AI modeling algorithms against, data which was previously inaccessible. Browse [Ocean Market](https://market.oceanprotocol.com) and other Ocean-powered markets to find more data to improve your AI models.
* **Provenance.** The acts of publishing data, purchasing data, and consuming data are all recorded on the blockchain to make a tamper-proof audit trail. Know where your AI training data came from!

### How do data scientists start using Ocean?

Here are the most relevant Ocean tools to work with:

* The [**ocean.py**](https://github.com/oceanprotocol/docs/blob/main/data-scientists/ocean.py) library is built for the key environment of data scientists: Python. It can simply be imported alongside other Python data science tools like numpy, matplotlib, scikit-learn and tensorflow. You can use it to publish & sell data assets, buy assets, transfer ownership, and more.
* Predictoor's [**pdr-backend repo**](https://github.com/oceanprotocol/pdr-backend) has Python-based tools to run bots for crypto prediction or trading.
* [**Compete in a data challenge**](/data-scientists/join-a-data-challenge.md), or [sponsor one](/data-scientists/sponsor-a-data-challenge.md).

### Are there mental models for earning $ in data?

Yes. This section has two other pages which elaborate:

* [The Data Value Creation Loop](/data-scientists/the-data-value-creation-loop.md) lays out the life cycle of data, and how to focus towards high-value use cases.
* [What data is valuable](/data-scientists/data-engineers.md) helps think about pricing data.

### Further resources

The blog post ["How Ocean Can Benefit Data Scientists"](https://blog.oceanprotocol.com/how-ocean-can-benefit-data-scientists-7e502e5f1a5f) elaborates further on the benefits of more data, provenance, and earning.

<figure><img src="/files/IH43OGDzdgvQYeXsW9k8" alt="" width="360"><figcaption></figcaption></figure>


---

# 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://docs.oceanprotocol.com/data-scientists.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.
