Pinned Repositories
Audiobooks_Data
The goal of this data science project is to build a machine learning model that predicts whether a customer of an audiobook app will make another purchase or not. The data includes information about the customer's past purchases, demographics, and engagement with the app.
Dynamic-Streamlit-Data-Science-Project
This project aims to develop a machine learning model using different datasets dynamically and with minimal code repetition. It includes data preprocessing, model selection and evaluation, as well as the Streamlit web application for interactive exploration.
Finding_Excessive_Absenteeism
This data science project aims to identify factors contributing to excessive absenteeism in the workplace using an absenteeism dataset. The goal is to develop a predictive model that can accurately identify employees at risk of excessive absenteeism with logistic regression ML model.
Medical-Cost
Online_Food_Ordering_System
Online Food Ordering System Project Management school project. Feasibility analysis, functional and non-functional requirements, use case and stories defined. Activity and Sequence diagrams plotted. Overall we estimated whether project is applicable in real world.
PySpark-House-Price-Prediction
PySpark House Price Prediction features a PySpark-based Linear Regression model for predicting median house prices. It showcases data preprocessing, model training, and evaluation, yielding an RMSE of around 0.11. The code offers insights into building robust predictive models using PySpark.
reader_writer_deadlock
The readers-writers problem is used to manage synchronization so that there are no problems with the object data. Deadlock solver with no starvation used semaphore and mutex and threads.
Sector-based-Time-Series-Classification-and-Similarity-Analysis
Sector based classification with feature engineering and tsfresh. Looking 3 months momentum of stocks.
Snake_Game_Reinforcement_Learning
This project implements a Snake game reinforcement learning model using Deep Q-Networks with the PyTorch library in Python. The model uses a neural network to predict the optimal action-value function, which maps the state of the game to the expected future rewards for each possible action.
text_based_card_game
Turn based card game playable on console as text school project. Cards and the game mechanism inspired from Magic the Gathering game. Whole code is in single file and no external libraries required nor used.
Kebab-kun's Repositories
Kebab-kun/Audiobooks_Data
The goal of this data science project is to build a machine learning model that predicts whether a customer of an audiobook app will make another purchase or not. The data includes information about the customer's past purchases, demographics, and engagement with the app.
Kebab-kun/Dynamic-Streamlit-Data-Science-Project
This project aims to develop a machine learning model using different datasets dynamically and with minimal code repetition. It includes data preprocessing, model selection and evaluation, as well as the Streamlit web application for interactive exploration.
Kebab-kun/Finding_Excessive_Absenteeism
This data science project aims to identify factors contributing to excessive absenteeism in the workplace using an absenteeism dataset. The goal is to develop a predictive model that can accurately identify employees at risk of excessive absenteeism with logistic regression ML model.
Kebab-kun/Medical-Cost
Kebab-kun/Online_Food_Ordering_System
Online Food Ordering System Project Management school project. Feasibility analysis, functional and non-functional requirements, use case and stories defined. Activity and Sequence diagrams plotted. Overall we estimated whether project is applicable in real world.
Kebab-kun/PySpark-House-Price-Prediction
PySpark House Price Prediction features a PySpark-based Linear Regression model for predicting median house prices. It showcases data preprocessing, model training, and evaluation, yielding an RMSE of around 0.11. The code offers insights into building robust predictive models using PySpark.
Kebab-kun/reader_writer_deadlock
The readers-writers problem is used to manage synchronization so that there are no problems with the object data. Deadlock solver with no starvation used semaphore and mutex and threads.
Kebab-kun/Sector-based-Time-Series-Classification-and-Similarity-Analysis
Sector based classification with feature engineering and tsfresh. Looking 3 months momentum of stocks.
Kebab-kun/Snake_Game_Reinforcement_Learning
This project implements a Snake game reinforcement learning model using Deep Q-Networks with the PyTorch library in Python. The model uses a neural network to predict the optimal action-value function, which maps the state of the game to the expected future rewards for each possible action.
Kebab-kun/text_based_card_game
Turn based card game playable on console as text school project. Cards and the game mechanism inspired from Magic the Gathering game. Whole code is in single file and no external libraries required nor used.
Kebab-kun/top10_frequent_words
This is a c++ application that reads and counts unique words used in documents and sorts it by top 10 frequent used words. No explicit library used for parsing. Hashtable and selection sort used.