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 machine learning project that predicts income based on various demographic factors using Random Forest and Gradient Boosting algorithms. Includes data preprocessing, hyperparameter tuning, and model evaluation with detailed performance metrics. 📊🤖
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
I analyze and explore US Census Bureau Data using Data Visualization techniques to identify salient features useful for predicting an individual's income level. We use those relevant features and multiple classification methods (Decision-Tree, SVM, and K-Nearest Neighbor) to predict the income level for unknown individuals. Our client is a local…
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.
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 aims to predict the income bracket of individuals based on a variety of features, and presents a holistic comparative analysis between multiple machine learning algorithms through hyperparameter optimization on a binary classification problem.