Weekly Blog Post #2

seraphimstreets
Published: 06/27/2022

What did you do this week?

My original PR was too large and disorganized, so I split it up into several PRs, one for the tune CLI, and one for the feature engineering. I hoped to have some of the PRs reviewed, but unfortunately none of my mentors were available this week. Besides that, I also started taking a look at DFFML’s CI tests which have been failing for a while now, and have found likely solutions for some of them.

What is coming up next?

As per the advice of one of my mentors, Hashim, I will be creating unit tests/tutorials for DFFML’s new tuning functionality and push it in the next commit. I will also continue studying the failing CI tests and hopefully help resolve them.

Did you get stuck anywhere?

I’ve been having trouble with the local CI testing. I admit I don’t really know much about CI, and I’m not really sure whether the runtime errors I’ve encountered are a result of using Windows Subsystem for Linux, or how to best configure it. I’ll try to do more research to see how these issues can be resolved.