Skip to content

Artificial Intelligence for Digital Governance Conference & Data Competition dedicated to Lotfi Zadeh

Notifications You must be signed in to change notification settings

anar-rzayev/AIFORDIGIGOV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI4DIGIGOV - Xidmətdən imtinanın proqnozlaşdırılması

Welcome to our project repository for the ASAN Service Community Prediction Competition. 🌐

Competition Overview 🏆

Növbə tutan vətəndaşın növbədən imtina etmə ehtimalını proqnozlaşdıra bilərsinizmi?

The competition tasked participants with predicting service cancellation instances during the first three months of 2020, leveraging historical data from 2018 and 2019. Find more about the competition here.

Repository Structure 🗂️

  • data_vis.ipynb – Jupyter notebook used for exploratory data analysis and visualization of the datasets.
  • model.py – Script where the predictive model is defined and trained using the historical data.
  • requirements.txt – A list of Python packages necessary to run the scripts.
  • submission.csv – The file used to submit our predictions in the competition.
  • data/ – Folder containing all the datasets required for the project.

Getting Started 🚀

Prerequisites 💻

Ensure you have Python 3.8+ and Jupyter Notebook installed on your system. You can download Python from the official website and find Jupyter Notebook installation instructions on the official website.

Setup 🔧

  1. Clone this repository to your local machine.
  2. Navigate to the project's root directory in your terminal or command prompt.
  3. Install the necessary Python packages using the following command:
   pip install -r requirements.txt

Usage 🖥️

  1. Explore data_vis.ipynb for data analysis and visualizations, helping to understand the datasets in depth.
  2. Run model.py to train the predictive model using the historical data. This script will also generate predictions saved in submission.csv.

Datasets 📁

The datasets used in this project are stored in the data folder in the project's root directory. Feel free to explore them and utilize them while going through the notebooks and scripts.

About

Artificial Intelligence for Digital Governance Conference & Data Competition dedicated to Lotfi Zadeh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published