Logo

Code Fellows

Navigation

  • index
  • Python 401 2.1 documentation »

Monday¶

Objectives¶

  • Learn about supervised classification and how to use data you have to predict new data.
  • Build and understand the Decision Tree Classifier
  • Incorporate Pagination into your Django Imager

Readings¶

  • The first 3 sections of this chapter
  • Decision Tree Learning
  • Sections 3.1 through 3.3 of this chapter
  • How to Implement the Decision Tree Algorithm from Scratch in Python
  • How to Paginate with Django

Review¶

Concepts¶

  • Supervised Classification
    • The Look of Labeled Data
  • The Decision Tree Classifier
    • The Algorithm
    • Advantages
    • Disadvantages
    • Attributes
    • Operations
  • Django Pagination
    • What is Pagination?
    • The Django Paginator
    • Pagination in Function-based Views
    • Pagination with Controls
    • Pagination with Class-based Views
    • Wrap Up

Demo¶

Assignments¶

  • Sign Up for the Whiteboard Final
  • Implement the Decision Tree Classifier
  • Group Project: Complete Wireframes
  • Django: Add Pagination for Imager
  • Technical Blog Post: Publish Your Post (Due Friday)
  • Today I learned...

Table Of Contents

  • Monday
    • Objectives
    • Readings
    • Review
    • Concepts
    • Demo
    • Assignments

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • Python 401 2.1 documentation »
© Copyright 2014-2016, Cris Ewing, Nicholas Hunt-Walker. Created using Sphinx 1.3.5.