{ "cells": [ { "cell_type": "markdown", "id": "aacb3c26", "metadata": { "tags": [ "remove-cell" ] }, "source": [ "---\n", "license:\n", " code: MIT\n", " content: CC-BY-4.0\n", "github: https://github.com/ocademy-ai/machine-learning\n", "venue: By Ocademy\n", "open_access: true\n", "bibliography:\n", " - https://raw.githubusercontent.com/ocademy-ai/machine-learning/main/open-machine-learning-jupyter-book/references.bib\n", "---" ] }, { "cell_type": "markdown", "id": "e74126cb-22df-48c8-8972-be97fa9145df", "metadata": { "tags": [] }, "source": [ "# Introduction" ] }, { "cell_type": "markdown", "id": "a8265b82", "metadata": { "attributes": { "classes": [ "./../../images/the-data-science-venn-diagram.png" ], "id": "" }, "tags": [] }, "source": [ ":::{figure} https://static-1300131294.cos.ap-shanghai.myqcloud.com/images/the-data-science-venn-diagram.png\n", "---\n", "name: The data science venn diagram\n", "---\n", "The data science venn diagram{cite}:TheDataScienceVennDiagram:\n", ":::" ] }, { "cell_type": "markdown", "id": "88fcce44", "metadata": {}, "source": [ "In this part, you will discover how Data Science is defined and learn about ethical considerations that must be considered by a data scientist. You will also learn how data is defined and learn a bit about statistics and probability, the core academic domains of Data Science.\n", "\n", "---" ] }, { "cell_type": "markdown", "id": "4fb30976", "metadata": {}, "source": [ ":::{tableofcontents}\n", "\n", ":::" ] }, { "cell_type": "markdown", "id": "d342276b", "metadata": { "tags": [] }, "source": [ "---" ] }, { "cell_type": "markdown", "id": "bd109ea2-3741-41f9-9f42-777d7b990d52", "metadata": { "tags": [] }, "source": [ ":::{bibliography}\n", ":filter: docname in docnames\n", ":::" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.4" } }, "nbformat": 4, "nbformat_minor": 5 }