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
In 2021, a precise forecast of Iran Post's 2021-2022 income was achieved using ARIMA, with only a 1.5\% error. This approach was subsequently extended to estimate the income and traffic for 2022-2023.
a predictive model to determine the income level for people in US. Imputed and manipulated large and high dimensional data using data.table in R. Performed SMOTE as the dataset is highly imbalanced. Developed naïve Bayes, XGBoost and SVM models for classification
Income Tax Calculator is a comprehensive web application designed to provide net income estimates after federal and state taxes. Built with TypeScript, and NextJs, it offers detailed breakdowns for both hourly and salaried income types.
This project focuses on predicting the income of individuals based on a diverse set of demographic and socio-economic features. Using the Adult Income dataset, I used a Random Forest model to address this classification task.
A Machine Learning project to predict whether an individual’s income exceeds $50K using U.S. Census data — includes data cleaning, feature engineering, and model training.
A machine learning project that predicts whether a person earns more than $50K/year using U.S. Census data. This end-to-end pipeline includes data ingestion, transformation, model training, and a Flask-based prediction interface. Built as a practice project to understand real-world ML workflows.
End-to-end income classification pipeline using PySpark ML — preprocessing, feature engineering, and Logistic Regression on the UCI Adult Income dataset.
A deep learning model capable of predicting your income based on Age, Sex, Race, Education, Marital-Status, working hours/week, native country, and occupation with an accuracy of almost 85%.