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
This R-based data science project on the UCI Parkinson's dataset employs machine learning (Decision tree, Random Forest, SVM, XGBoost) with a focus on hyperparameter tuning and feature selection. This repository showcases insights into Parkinson's disease prediction using effective data science practices.
This repository serves as a platform to upload new code updates for my Master's Thesis (TFM), focused on the utilization of both supervised and unsupervised models on a dataset extracted from Spotify. It also includes a small fragment of my thesis. For more information, please contact me at:
Multi term Polynomial Regression with Learnable Exponents and Coefficients (+L1 Regularisation for Term Pruning & Coefficient/Exponent Based Feature augmentation)
Investigate the reasons behind bankruptcy and attempt to identify early warning signs. Perform exploratory data analytics using pandas profiling and apply missing value treatments and oversampling
This repository contains a collection of Machine Learning tasks, showcasing implementations of various algorithms, techniques, and concepts. From foundational methods like Linear Regression to advanced approaches using Scikit-Learn. Perfect for students and enthusiasts aiming to deepen their understanding of ML.
Exploring World Development Indicators: Identifying relationship between Health Indicators using Linear Regression & Classification of Income Group based on Health Indicators using Logistic Regression.
Explore various regression models including univariate and multivariate linear regression, along with regularization techniques such as Ridge Regression and Lasso Regression. This repository contains Jupyter Notebook files (.ipynb) demonstrating the implementation and usage of different regression models. Additionally, datasets used for training an
Predicting medical insurance charges using Multiple Linear Regression enhanced with Lasso feature selection. The workflow included data preprocessing, feature encoding, multicollinearity check (VIF), LassoCV for feature selection, and model evaluation.