Sudhanshu's Blog

Weekly Check-In #2

Sudhanshu
Published: 06/12/2021

What did you do this week ?

This week I fixed some issues with the previous pull request that was made. I also started working on the sklearn model scorer which uses the default scorer that sklearn model comes with. Also started looking into how we can wrap sklearn.metrics around the dffml scorer plugin.

What is coming up next ?

I will try to make the pull request for the Sklearn Model scorer. Will also start working on wrapping the sklearn.metrics methods around the scorer plugin of dffml. Documentation and tests related to Sklearn Model scorer will also be done.

Did you get stuck anywhere ?

I was stuck with fixing some of the issues of the previous pull request, After getting it reviewed from the mentors I was able to fix those issues.

View Blog Post

Weekly Check-In #1

Sudhanshu
Published: 06/08/2021

What did you do this week ?

During the Community bonding period we had a one to one discussion with the mentors, I was told to flush the proposal more and start discussing on the timelines of the project. This week I was working on the accuracy scoring part, where I was updating the docs, cli tests, tutorials for the accuracy staging branch.

What is coming up next?

In the upcoming week I will start working on the SklearnModelScorer and Sklearn metrics scorers. I will be implementing the classes which will be used. also some documentation on the how to use the accuracy scorers.

Did you get stuck anywhere?

While working the accuracy staging part, I did got stuck on the docs part and needed some inputs from mentors, after getting the required inputs I was able to move ahead and made a pull request which is under review.

View Blog Post