Skip to content

abhishek-aar-zz/fifaPrediction

Repository files navigation

fifaPrediction

A project based on FIFA players dataset from www.kaggale.com
Written in: R

DISCLAIMER
  • This project is done only for educational purpose
  • If you are interested in creating any web scraper, you can learn through my projects
  • I am not responsible for any future controversies/copyright issues
  • Making use of my project for any illegal activities does not count as my responsibility

Instruction Video on Youtube.

Shall be released soon.

Why is it in R?

R for data science.


Prerequisite (for Windows)

  • Firstly you need R and RStudio in your computer.

How to predict?

  1. Use the dataset which is given in the rep OR follow step 2.
  2. Download the recent database from kaggle, name it as "raw_downloaded_data.csv".
  3. Download the each and every file from the rep.
  4. Run the r files in sequence:
    • "0_clean.r"-> will produce partially cleansed data named "0_raw_downloaded_data.csv"
    • "1_cleaning_data.r" -> will produce completely cleaned data "1_cleaned_data.csv"
    • "2_norm_stand.r" -> will produce different normalized csv files
    • "3_visualization.r" -> will give you the visualization
    • "4_correlation.r" -> does as the name says
    • "5_hypothesis_testing.r" -> does as the name says
    • "6_regression.r" -> does as the name says
  5. Thats it and exit.

#### Thank You