Blog
All Posts
-
Tips and Tricks for Working with Satellite Imagery
2022-09-15
I am currently working with Google Earth Engine to do machine learning with satellite imagery. These are a couple of things I learned/wish I had known before pressing run on my code. š
-
Stochastic Optimization of Electric Grid Forecasts
2022-07-22
I am currently trying to reproduce a paper āTask-based End-to-end Model Learning in Stochastic Optimizationā by Priya Donti, Brandon Amos and J. Zico Kolter. In this paper, they propose a method to learn to predict something, taking into account the end task that the prediction would be used for.
-
Learnings from Kaggle House Prices Competition - Part 1
2022-07-13
I wanted to try getting familiar with sklearnās machine learning pipeline, so I started applying it to the Kaggle House Prices Competition. The data comprised of housing prices in Ames, Iowa with 79 features. I ended up learning a lot through the whole process.