Skip to content
View Manishdebnath99's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Manishdebnath99

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
Manishdebnath99/README.md

Hi, I'm Manish Debnath πŸ‘‹

Β  🌐 Data Scientist | Β  πŸ‘·πŸ»β€β™‚οΈ Ex. Senior Engineer (Mech.) Β  | Β  🌍 From Agartala, Tripura

Python Data Icon Monitor with Graph Icon Python Icon

Typing SVG

πŸ‘¨β€πŸ’»ABOUT MEπŸ‘¨β€πŸ’»

  • πŸ” Exploring the world of Data Science, Machine Learning, and Business Analytics
  • πŸ’Ό Ex-Senior Engineer(Mech) at NEGG Project ( PM GATI SHAKTI )
  • πŸŽ“ B.Tech in Mechanical Engineering
  • πŸ’‘ 5⭐ in SQL on HackerRank | Real-World Impact | EDA Enthusiast
  • πŸ“ˆ Passionate about transforming data into meaningful insights

πŸ”§ Tools & Technologies


πŸ“‚ Featured Projects

πŸ“Š Fraud Detection

  • πŸ” Objective: To analyze and detect fraudulent financial transactions using machine learning, with a focus on real-time prediction, interactive visualization, and explainability.

  • πŸ› οΈ Tools: Python, Scikit-learn, Streamlit, Pandas, Seaborn, Joblib

  • πŸ”„ Process:

    • Loaded and cleaned financial transaction data from kaggle; checked missing values, types, and class imbalance.

    • Engineered features such as balance differences and flagged suspicious patterns like zero balances post-transfer.

    • Visualized fraud distribution by transaction type and time using Seaborn and Matplotlib.

    • Built a classification pipeline with Logistic Regression (class_weight='balanced'), and evaluated using confusion matrix and classification report.

    • Saved trained model with Joblib for deployment.

  • πŸ’‘ Insights:

    • Fraud was highly concentrated in specific transaction types with sharp balance changes.

    • Feature engineering improved model precision and interpretability.

    • Visual exploration helped uncover hidden patterns related to fraud triggers.

  • βœ… Results:

    • Achieved ~94% accuracy with strong precision-recall balance for imbalanced fraud detection.

    • Deployed a Streamlit web app for real-time fraud prediction and interactive data exploration.

    • App allows users to upload new transaction data and visualize predictions instantly.

πŸ“‰ Mexico House Prices

  • πŸ” Objective: To build a regression model to accurately predict Mexico housing prices using location, surface area, and property type features.
  • πŸ› οΈ Tools: Python, PowerBI
  • πŸ”„ Process :
    • Collected real estate data including price, location, area, and property type from Mexican housing listings.
    • Cleaned data by removing nulls, duplicates, and extreme outliers; engineered features like price_per_sqm.
    • Performed EDA using plots and correlation heatmaps to uncover key variables affecting price.
  • πŸ’‘ Insights :
    • Housing prices were significantly higher in capital cities and tourist areas.
    • Surface area was positively correlated with price, but gains plateaued after a certain point.
    • Apartments had a higher price per square meter compared to standalone houses.
  • βœ… Results :
    • Ridge Regression reduced prediction error with MAE ~15,200 and better generalization than Linear Regression.
    • Prepared dashboard-ready data in Power BI.

πŸ“Š Job Posting Analysis

  • πŸ” Objective: To explore job trends and skills demand in the data industry.
  • πŸ› οΈ Tools: Python, SQL and Excel.
  • πŸ“Š Process:
    • Tried to collect job listings data using web scraping and APIs.
    • Cleaned and normalized job titles, locations, and skill tags.
    • Connected MySQL using SQL Connector for Queries.
  • πŸ’‘ Insights:
    • Management, Engineering and Analyst were top 3 demanded skills.
    • Seoul and Apia were major hubs for Multiple Job Post.
    • Most Jobs were posted in December-2021.
    • Companies favored candidates with real-world project exposure.
  • βœ… Result: Provided strategic recommendations for learners and job seekers.

πŸ“š Currently Learning :

  • Deepening knowledge in Machine Learning and Deep Learning
  • Exploring Natural Language Processing (NLP) and Prompt Engineering
  • Building Real-World Data Science Projects
  • Practicing Advanced SQL and Statistical Techniques
  • Improving Dashboarding with Power BI

πŸ™ Thanks for Visiting!

If you found my work interesting or useful, feel free to connect or reach out β€” I'm always open to learning and collaboration!

πŸ“« Let's Connect

Gmail LinkedIn GitHub


β€œThe goal is to turn data into information, and information into insight.”

Pinned Loading

  1. Fraud-Detection Fraud-Detection Public

    Detecting fraudulent financial transactions using machine learning. Includes data preprocessing, EDA, model training - Logistic Regression and evaluation using precision, recall, and ROC-AUC to bui…

    Jupyter Notebook

  2. job-posting-analysis job-posting-analysis Public

    Data-Driven Analysis of Job Descriptions

    Jupyter Notebook 1

  3. mexico-house-price mexico-house-price Public

    Exploratory and Predictive Analysis of Mexican House Prices using Power BI & ML

    Jupyter Notebook