Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Amazon ML Hackathon πŸš€

This repository contains our end-to-end solution for the Amazon Machine Learning Hackathon.
The project focuses on building a scalable and reproducible ML pipeline covering data preprocessing, model training, inference, and evaluation.


πŸ“Œ Project Overview

The objective of this project is to solve a real-world machine learning problem using structured datasets and trained models.
Key highlights include:

  • Data cleaning, parsing, and feature engineering
  • Training and evaluation of ML models
  • Efficient handling of large datasets and models using Git Large File Storage (LFS)
  • Clean and reproducible workflow suitable for hackathons and production-grade ML projects

πŸ—‚οΈ Repository Structure

amazon_ml_hack/
β”‚
β”œβ”€β”€ data/                         # Datasets (tracked with Git LFS)
β”‚   β”œβ”€β”€ train.csv
β”‚   β”œβ”€β”€ test.csv
β”‚   β”œβ”€β”€ parsed_train.csv
β”‚   β”œβ”€β”€ parsed_test.csv
β”‚   β”œβ”€β”€ train_processed.csv
β”‚   β”œβ”€β”€ test_processed.csv
β”‚   β”œβ”€β”€ train_with_predictions.csv
β”‚   β”œβ”€β”€ submission.csv
β”‚   └── output files
β”‚
β”œβ”€β”€ models/                       # Trained models (Git LFS)
β”‚   β”œβ”€β”€ *.pkl
β”‚   └── *.npy
β”‚
β”œβ”€β”€ notebooks/                    # Jupyter notebooks (EDA, training, experiments)
β”œβ”€β”€ src/                          # Source code (preprocessing, training, inference)
β”œβ”€β”€ README.md
└── LICENSE

About

Amazon Machine Learning Hackathon.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages