Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nglgzz committed Apr 12, 2016
0 parents commit 18707a3
Show file tree
Hide file tree
Showing 7 changed files with 8,333 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Enron
The starter code for this exercise is [here](https://github.com/udacity/ud120-projects). The project consists in creating and training a
machine learning model to find persons that could have committed fraud using Enron's public dataset, containing emails and financial information
of some of the company's employees.

The goal for this project was to acquire some machine learning skills, including: implementing a supervised classification algorithm, use regression
algorithms to make predictions and identify and clean outliers, feature creation and selection to change raw features and identify the most
important features of the dataset, validation and evaluation for understanding and quantifying machine learning results.
Loading

0 comments on commit 18707a3

Please sign in to comment.