Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adi271001 committed Jan 27, 2024
1 parent d4ac8ff commit 50e6390
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Federal-Grants-and-Funding-Opportunities-Analysis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Federal Grants and Funding Analysis

## Overview
This project centers around the analysis and prediction of federal grants and funding opportunities spanning from 2004 to 2024. With a dataset comprising 75,640 opportunities, the project aims to provide insights into various aspects of federal funding dynamics.

## Key Features
- Diverse dataset including information such as opportunity details, funding types, applicant eligibility, and more.
- Exploration through Exploratory Data Analysis (EDA) techniques.
- Implementation and evaluation of machine learning models for predictive analytics.
- Visualization of trends and patterns using various plots and heatmaps.

## Machine Learning Models
The project includes the development and evaluation of machine learning models, with reported accuracies ranging from 71% to 93%. Models include:
- Linear Regression
- Logistic Regression
- Decision Tree
- Random Forest
- Support Vector Machine (SVM)
- Gradient Boosting
- XGBoost
- K-Nearest Neighbors (KNN)

## Usage
To explore the project:
1. Refer to the provided dataset for comprehensive federal grants information.
2. Explore the "Federal Grants and Funding Analysis" notebook for use case scenarios and analyses.
3. Use machine learning models for predictive tasks, following model-specific instructions.
4. Visualize trends and patterns using various plots and heatmaps.

0 comments on commit 50e6390

Please sign in to comment.