> For the complete documentation index, see [llms.txt](https://stephanosterburg.gitbook.io/scrapbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stephanosterburg.gitbook.io/scrapbook/data-science.md).

# data science

- [Resources](https://stephanosterburg.gitbook.io/scrapbook/data-science/resources.md)
- [Tensorflow C++](https://stephanosterburg.gitbook.io/scrapbook/data-science/tensorflow-c++.md)
- [Computerphile](https://stephanosterburg.gitbook.io/scrapbook/data-science/computerphile.md)
- [Big Data](https://stephanosterburg.gitbook.io/scrapbook/data-science/computerphile/big-data.md)
- [Google ML Crash Course](https://stephanosterburg.gitbook.io/scrapbook/data-science/google-ml-crash-course.md)
- [Kaggle](https://stephanosterburg.gitbook.io/scrapbook/data-science/kaggle-1.md)
- [Data Versioning](https://stephanosterburg.gitbook.io/scrapbook/data-science/kaggle-1/data-versioning.md)
- [The Basics of Rest APIs](https://stephanosterburg.gitbook.io/scrapbook/data-science/kaggle-1/intro-to-apis.md): https://www.kaggle.com/rtatman/careercon-intro-to-apis
- [How to Make an API](https://stephanosterburg.gitbook.io/scrapbook/data-science/kaggle-1/how-to-make-an-api.md)
- [How to deploying your API](https://stephanosterburg.gitbook.io/scrapbook/data-science/kaggle-1/untitled.md)
- [Jupiter Notebook Tips & Tricks](https://stephanosterburg.gitbook.io/scrapbook/data-science/jupiter-notebook-tips-and-tricks.md)
- [Jupyter](https://stephanosterburg.gitbook.io/scrapbook/data-science/jupiter-notebook-tips-and-tricks/jupyter.md)
- [Image Datasets Notes](https://stephanosterburg.gitbook.io/scrapbook/data-science/image-datasets-notes.md)
- [DS Cheatsheets](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets.md)
- [Websites & Blogs](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/websites-and-blogs.md)
- [Q\&A](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/q-and-a.md)
- [Strata](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/strata.md)
- [Data Visualisation](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/data-visualisation.md)
- [Matplotlib etc](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/matplotlib.md)
- [Keras](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/keras.md)
- [Spark](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/spark.md)
- [Probability](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/probability.md)
- [Machine Learning](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/machine-learning.md)
- [Fast Computation of AUC-ROC score](https://stephanosterburg.gitbook.io/scrapbook/data-science/ds-cheatsheets/machine-learning/fast-computation-of-auc-roc-score.md)
- [Data Visualisation](https://stephanosterburg.gitbook.io/scrapbook/data-science/data-viz.md)
- [fast.ai](https://stephanosterburg.gitbook.io/scrapbook/data-science/fast.ai.md)
- [deep learning](https://stephanosterburg.gitbook.io/scrapbook/data-science/fast.ai/deep-learning.md)
- [How to work with Jupyter Notebook on a remote machine (Linux)](https://stephanosterburg.gitbook.io/scrapbook/data-science/fast.ai/how-to-work-with-jupyter-notebook-on-a-remote-machine-linux.md)
- [Up and Running With Fast.ai and Docker](https://stephanosterburg.gitbook.io/scrapbook/data-science/fast.ai/up-and-running-with-fast.ai-and-docker.md)
- [AWS](https://stephanosterburg.gitbook.io/scrapbook/data-science/fast.ai/aws.md)
- [Data Scientist](https://stephanosterburg.gitbook.io/scrapbook/data-science/data-scientist.md)
- [ML for Beginners (Video)](https://stephanosterburg.gitbook.io/scrapbook/data-science/ml-for-beginners-video.md)
- [ML Mastery](https://stephanosterburg.gitbook.io/scrapbook/data-science/ml-mastery.md)
- [Machine Learning Algorithms](https://stephanosterburg.gitbook.io/scrapbook/data-science/ml-mastery/jason-ml-mastery.md)
- [Deep Learning With Python](https://stephanosterburg.gitbook.io/scrapbook/data-science/ml-mastery/deep-learning-with-python.md)
- [web scraping](https://stephanosterburg.gitbook.io/scrapbook/data-science/web-scraping.md)
- [SQL Style Guide](https://stephanosterburg.gitbook.io/scrapbook/data-science/sql.md): https://www.sqlstyle.guide
- [SQL - Tips & Tricks](https://stephanosterburg.gitbook.io/scrapbook/data-science/sql-tips-and-tricks.md)


---

# 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://stephanosterburg.gitbook.io/scrapbook/data-science.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.
