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
Machine Learning algorithms from-scratch implementation. It covers most Supervised and Unsupervised algorithms. Homework assignments and Projects for graduate level Machine Learning Course taught by Dr Manfred Huber at UTA during Spring 21
Developed a ML assisted stock trading strategy to long or short a stock by training a random forest learner (random tree with bagging), details see the Final-Project-Report.
Implemented four supervised learning Machine Learning algorithms from an algorithmic family called Classification and Regression Trees (CARTs), details see README_Report.
Data visualization provides a good, organized pictorial representation of the data which makes it easier to understand, observe, analyze.In this Pproject, we will provide codes for visualizing data using Python.
e2e machine learning pipeline using a config based approach for classification problems. Supports grouping and grading classifiers in addition to online learning algorithms
This analytical journey encompasses the following methodologies and techniques: ๐ Exploratory Data Analysis (EDA): Comprehensive exploration to identify patterns, correlations. ๐ Feature Engineering: Innovating from the existing dataset to enhance model classification. ๐ XGboost, GBDT, RF : Constructing bagging and boosting models using sklearn