Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ejw-data/ml-classification-grants

Compares several machine learning classification models including a neural network to determine whether to approve or reject a grant applicant
https://github.com/ejw-data/ml-classification-grants

classification neural-network python scikit-learn

Last synced: about 2 months ago
JSON representation

Compares several machine learning classification models including a neural network to determine whether to approve or reject a grant applicant

Awesome Lists containing this project

README

        

# ml-classification-grants

Author: Erin James Wills - [email protected]

![Grant Classification](./images/grant-classification.png)
Photo by [Mari Helin](https://unsplash.com/@mari?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/legal?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)


## Overview


Compares several machine learning classification models including a neural network to determine whether to approve or reject a grant applicant


## Technologies
* Python
* Scikit-Learn


## Data Source
Unknown


## Setup and Installation
1. Environment needs the following:
* Python 3.6+
* pandas
* scikit-learn
1. Clone the repo to your local machine
1. Activate your environment in that directory
1. Open a Jupyter Notebook
1. Run `grant_models.ipynb`