Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kwonnayeon/team-projects-archive

A collection of team projects
https://github.com/kwonnayeon/team-projects-archive

catboost exploratory-data-analysis machine-learning recommendation-systems tabnet team-project

Last synced: about 2 months ago
JSON representation

A collection of team projects

Awesome Lists containing this project

README

        

# Team Projects Archive

This repository contains various projects developed by the team, showcasing different analytical and modeling techniques. The current projects include job recommendation modeling and data analysis tasks. Due to contractual obligations with the organization that held the competition, dataset files related to these projects are not included.

## Projects Overview

### 1. JobCare Recommendation

This project focuses on creating a job recommendation system using machine learning, specifically leveraging TabNet and CatBoost.

- **File:** `Jobcare_Recommendation_Modeling_TabNet_CatBoost.py`
- This script demonstrates the use of TabNet and CatBoost models for job recommendations. It includes data preprocessing, feature engineering, model training, and evaluation.

**Team Members:** Nayeon Kwon, Minkyeong Sim, Minkyeong Kim, Younghoon Yoo, Hyunwoo Im

### 2. LPoint Data Analysis

This project involves analyzing data related to LPoint, including summary statistics and exploratory data analysis (EDA).

- **Files:**
- `LPoint_Data_Analysis_KR_Summary.pdf`
- A summary report detailing the key findings and insights from the data analysis.
- `lpoint_eda.py`
- A Python script for performing exploratory data analysis on the LPoint dataset.

**Team Members:** Nayeon Kwon, Minkyeong Sim, Minkyeong Kim

## Getting Started

### Prerequisites

Before running the scripts, make sure you have the following packages installed:

- `pytorch_tabnet`
- `catboost`
- `bayesian-optimization`
- `numpy`
- `pandas`
- `scikit-learn`
- `torch`

You can install these packages using pip:

```bash
pip install pytorch_tabnet catboost bayesian-optimization numpy pandas scikit-learn torch
```

## License

This project is licensed under the [MIT License](LICENSE). See the [LICENSE.txt](LICENSE) file for details.