PALLAVI UMAKANT WAGHMARE
-
Comparing Ensemble Learning Benchmarks: Random Forest vs Gradient Boosting vs XGBoost Model/Algorithms
.
Random Forest primarily reduces variance by training multiple decision trees independently on different bootstrap samples and combining their predictions. This makes the model more stable and less sensitive to…
-

Supervised Learning: Comparing 5 Machine Learning Algorithms on a Real Dataset
.
A practical comparison of five supervised learning algorithms—Logistic Regression, Decision Tree, KNN, SVM, and Naive Bayes—trained on the same real-world dataset and evaluated using consistent preprocessing and classification metrics.
-

What I Learned by Building Linear Regression from Scratch with NumPy
.
A practical look at what I learned while building Linear Regression from scratch using NumPy, including data preparation, Gradient Descent, model evaluation, and comparison with Scikit-Learn during my internship…
