Recent Question/Assignment

With the provided dataset within the example project (https://jovian.ai/tpratik345/fifa-data-analysis-project). With the given dataset, build it according to the requirements mentioned. You can keep some of the codes if you like, but the requirements are to be followed. We need you to come up with two analysis/predictive techniques. These techniques include logistic regression/linear regression/knn means. We also need you to comment on the dataset (eg, the size, how many columns and how you cleaned the data). This has to be done using Jupyter notebook and save it as .ipynb file. You might use clustering to find groups within the data and then perform linear regression on some variables within the groups. Or, you might use logistic regression to establish a baseline classification performance and then apply a neural network to see if you can improve performance.