milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthLoading repository data…
AliMunzerShamma / repository
This repository contains a fully educational Jupyter Notebook dedicated to exploring, analyzing, cleaning, transforming, and preparing the FIFA 2021 players dataset for machine-learning applications.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains a fully educational Jupyter Notebook dedicated to exploring, analyzing, cleaning, transforming, and preparing the FIFA 2021 players dataset for machine-learning applications.
The project demonstrates advanced techniques for data preprocessing, feature engineering, encoding categorical features, handling outliers, and selecting the most important features using several modern approaches.
⚠️ Note: This project is created for learning and training purposes.
It is not intended as a production-ready pipeline but rather as a comprehensive guide to real-world data preparation.
The notebook walks through a complete data-science workflow, covering:
The project uses the FIFA 2021 Player Dataset (fifa21 raw data v2.csv).
Inside the notebook, the dataset is loaded from:
df = pd.read_csv('Fifa/fifa21 raw data v2.csv')
To successfully run the notebook, place the CSV file in a folder named:
Fifa/
Or update the file path in the notebook.
The project uses several widely-adopted Python libraries:
"nan" text values correctlyThe model is trained to predict each player's Overall Rating after preprocessing and feature selection.
Evaluation metrics:
A complete example is provided in the notebook showing how to predict a new player's rating using transformed inputs.
pip install pandas numpy matplotlib seaborn plotly scipy scikit-learn xgboost
jupyter notebook FIFA2021_Comprehensive_EDA_&_Data_cleaning.ipynb
This project is intended as a comprehensive learning resource for:
Feel free to fork, improve, and explore further.
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthjanblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
80/100 healthintegrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
69/100 healthlaxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
62/100 healthStephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
58/100 health