Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # The Course Overview # Transforming Data Into Knowledge - Unsupervised Learning - Supervised Learning - Classification - Regression - Reinforcement Learning  # Types of Machine Learning <uml> package Preprocessing{ [Labels] --> [Training Dataset] [Raw Data] --> [Training Dataset] [Test Dataset] } package Learning{ [Training Dataset] -right-> [Learning Algorithm] } package Evaluation{ [Learning Algorithm] -right-> [Final Model] [Final Model] --> [Evaluation Labels] } package Prediction{ [Final Model] -right-> [New Data] [New Data] --> [Prediction Labels] } </uml> Visit Sebastian's GitHub repo: https://github.com/rasbt/python-machine-learning-book open/python-machine-learning.txt Last modified: 2024/10/05 06:15by 127.0.0.1