{ "cells": [ { "cell_type": "markdown", "id": "c9dc167c", "metadata": {}, "source": [ "# Introduction to AI and machine learning in Python: Decision Trees" ] }, { "cell_type": "markdown", "id": "37e5dcbb", "metadata": {}, "source": [ "
| \n",
" 0. Setup the environment for training, testing, and using SuperAI with chosen machine learning techniques. \n", " | \n",
" \n", " \n", " | \n", "
| \n",
" 0A. Open Anaconda. \n", " | \n",
" \n", " \n", " | \n", "
| \n",
" 0B. Create and set (if you want) the environment to work in. It must be done only once per preffered settings. \n", " | \n",
" \n", " \n", " | \n", "
| \n",
" 0C. Open Jupyter Notebook. \n", " | \n",
" \n", " \n", " | \n", "
| \n",
" 0D. Import and use (if you want) the 'warnings' library that is preinstalled with Anaconda to make the ouput cleaner. \n", " | \n",
" \n", " \n", " | \n", "
| \n",
" 1. Install and import all the libraries for machine learning and helper libraries \n", " | \n",
" \n", " \n", " | \n", "