-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2d9593
commit 5f49818
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# EnronFinalProject | ||
## Final Project for Udacity Intro to ML | ||
|
||
The goal of this project was to use machine learning techniques, particularly by implementing the sklearn libary to create a supervised classifier. Financial and e-mail data was used for traning. The poi_id.py file includes the data incleaning, some exploration, and the final classifier. The ipython notebook includes the full exploration. |