Skip to content
View AnoopGeorge418's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AnoopGeorge418

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AnoopGeorge418/README.md

πŸ‘‹ Welcome to My Data Science Portfolio

Hi, I’m Anoop George β€” exploring the world of design and development while building real-world projects. This portfolio reflects my journey of learning, experimenting, and delivering products that balance usability and technology.


βœ… Completed Projects

- **Developed a predictive model for estimating crop yield** based on environmental and agricultural factors using machine learning algorithms.
- **Implemented data preprocessing and feature engineering techniques**, including handling missing values, scaling, and feature selection, to improve model performance.
- **Built regression models** (Linear Regression, Random Forest, XGBoost, etc.) to accurately forecast crop yield, optimizing for RMSE and RΒ² metrics.
- **Utilized Python and key libraries** (Pandas, NumPy, Scikit-Learn, Matplotlib, Seaborn) to analyze, visualize, and interpret agricultural data trends.
- **Build the app for this model using Flask** for an interactive web application, enabling stakeholders to make data-driven decisions for agricultural planning.
- Developed a machine learning model to classify news articles as real or fake using natural language processing (NLP) techniques.
- Preprocessed text data by removing stop words, tokenizing, and vectorizing using TF-IDF.
- Implemented and compared classification models, including Logistic Regression, and identified the best model based on accuracy and F1 score.
- Evaluated model performance using cross-validation, precision, recall, and F1 score metrics.
- Utilized Python, Pandas, NumPy, Scikit-learn, and NLTK for data processing and model building.
- Developed a recommendation system to suggest movies to users based on their preferences and viewing history.
- Implemented collaborative filtering techniques, including user-based and item-based filtering, to predict user ratings for movies.
- Utilized matrix factorization methods such as Singular Value Decomposition (SVD) to improve recommendation accuracy.
- Evaluated model performance using metrics like RMSE and precision at K.
- Utilized Python, Pandas, NumPy, Scikit-learn, and Surprise library for data processing and model building.

πŸ“œ Certificates

1. Data Science With Sql Certificate

Data Science With Sql

2. Python With SQL

Python With SQL Certificate


Skills

Languages

Python SQL PostgreSQL HTML CSS

Libraries

Pandas NumPy Scikit-learn Matplotlib Seaborn Plotly Bokeh

Machine Learning

Scikit-learn


πŸ“š Resources & Contact

Resources & Inspirations

Contact Me


πŸ“œ License

This projects are licensed under the MIT License - see the LICENSE file for details.


Thank you for visiting my portfolio! Feel free to explore my projects and reach out if you have any collaboration ideas. πŸš€

Pinned Loading

  1. StudentPerformance-Prediction_System StudentPerformance-Prediction_System Public

    The `Student Performance Prediction System` is a `machine learning-based application` designed to predict academic performance of students based on various factors. The project likely uses educatio…

    Jupyter Notebook

  2. DataWarehouse-Project DataWarehouse-Project Public

    A SQL(Postgres) based end to end data warehousing, EDA project.

    PLpgSQL