abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!🌟💫 Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
204 stars 216 forks source link

ICPC World Ranking Analysis #168

Closed abhisheks008 closed 2 years ago

abhisheks008 commented 2 years ago

ML-Crate Repository (Proposing new issue)

:red_circle: Project Title : ICPC World Ranking Analysis :red_circle: Aim : Analyze the data for the past 10 years and classify the top coders. :red_circle: Dataset : https://www.kaggle.com/mdjafrilalamshihab/icpc-world-final-ranking-of-last-10-years :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.

Hello, ML-Crate contributors, this issue is only for the contribution purposes and allocated only to the participants of SWOC 2.0 Open Source Program and JWOC '22 Open Source Program.


📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

Nirvik07 commented 2 years ago

Full name : Nirvik Ghosh

GitHub Profile Link : @Nirvik07

Participant ID : NA

Approach for this Project : To analyse the dataset for past 10 years and find top coders

What is your participant role? HRSoc 2022 Participant.

abhisheks008 commented 2 years ago

Issue assigned to you @Nirvik07

Nirvik07 commented 2 years ago

@abhisheks008 The csv file from kaggle is not utf-8 encoded. Pandas is not able to read the csv. Should I encode it with ' 'ISO-8859-1' or any other suggestion?

abhisheks008 commented 2 years ago

@Nirvik07 yeah try it