You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A smart question tagging and matching system using traditional ML and NLP. It finds similar questions, tags them, and groups related ones to reduce duplicates. Built with TF-IDF, cosine similarity , KMeans & XgBoost, GBDT,Logistic Regression for fast, scalable, and real-world use.
This repository contains a Jupyter notebook that predicts whether Nvidia's stock price will increase or decrease tomorrow. The project leverages machine learning models, specifically a Random Forest Classifier, to make predictions based on today’s stock data.
End-to-end machine learning solution to predict insurance premiums based on customer demographics and policy details. Includes data preprocessing, regression modeling, ML pipelines, experiment tracking with MLflow, and real-time prediction app deployment using Streamlit.