Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.27 KB

IntroToMachineLearning

Repository for the Final Project on Machine Learning, Udacity, Data Analyist Nanodegree

This repository contains the required and supporting files for the final project on Machine Learning. It documents my steps into exploring the data and developing the final classifier.

Main Files:

  • poi_id.py: final python code for filtering the data, preparing and selecting features and creating the classifier
  • Question_Responses.ipynb: Responses to Udacity's questions
  • MachineLearning_Project_Notes.ipynb: Notes summarize my steps, findings and decision making process
  • References.md: A list of Web sites, books, forums, blog posts, github repositories etc. that I referred to or used in this submission

Supporting Files

  • Pickle files generate by the poi_id.py code: my_dataset.pkl, my_classifier.pkl, my_feature_list.pkl
  • Udacity's provided pickle files: final_project_dataset.pkl, final_project_dataset_modified.pkl
  • Udacity's provided python files: tester.py, feature_format.py