Sudhanshu's Blog

Weekly Check-In #7

Sudhanshu
Published: 07/18/2021

What did you do this week ?

This week I started working with the dataflow createshort command, I used an example and tried coding the classes which will be required for it. Also for the createshort command to work, we needed to have support for dict args in the cli, which needs to be implemented. So this week I was trying to understand how the config works and how we can add dict support to config.

What is coming up next ?

I will try to make a pull request for the createshort as I am very close to figuring things out, when this part is done I would look into the implementation of the chain command which would help the clean operations work better with clean cli arguements.

Did you get stuck anywhere ?

Yes I was stuck on the createshort command implementation, but with a meeting from the mentors my doubts were resolved and have made some progress since then.

View Blog Post

Weekly Check-In #6

Sudhanshu
Published: 07/12/2021

What did you do this week?

This week I made the pull request for operations, I completed all the clean up operations which are required to be implemented. I also started thinking about the dataflow chain and shorthand create command. I was going through the code of dataflows, deeply understanding it, also looked into the code of the dataflow source and have come up with ideas on implementation of dataflow shorthand create command and dataflow chain command which will chain all the dataflows. chain command can be used in data cleanup operations to move the data from one cleanup dataflow to another dataflow.

What is coming up next?

After discussing the implementation and design of the dataflow shorthand create command and chain command, I would start working on it.

Did you get stuck anywhere?

No, just needed some inputs from the mentors regarding the dataflow

View Blog Post

Weekly Check-In #5

Sudhanshu
Published: 07/07/2021

This blog was due 07/05/2021

What did you do this week ?

This week my one of the pull request related to sklearn model scorer was merged. Also I made the pull request for the sklearn metrics scorer. I have also started the work on the clean up operations.

What is coming up next ?

Will try to complete the data clean up operations and also write tests. Also start looking into short hand creation for dataflows.

Did you get stuck anywhere

No.

View Blog Post

Weekly Check-In #4

Sudhanshu
Published: 06/28/2021

What did you do this week?

This week I was done with implementation of the sklearn model scorers and also wrapped the sklearn metrics methods. Wrote the tests for the scorers as well.

What is coming up next

Next I will start with the implementation of the clean up operations. Also i will send pull request for the sklearn model scorer and sklearn metrics scorers for review.

Did you get stuck anywhere

I got stuck with one of the methods binding to the base class, discussed the issue with the mentor and resolved the issue.

View Blog Post

Weekly Check-In #3

Sudhanshu
Published: 06/20/2021

What did you do this week?

This week I continue working on the Phase 8 of the accuracy scorer, where I was supposed to fix the documentation, cli tests, examples to use the new scorer. Also I worked on the sklearn scorers as well.

What is coming up next?

I will start working on creating data clean up operations. So for the data clean up operations I have suggested some data cleanup operations which are required I will start implementing the missing value clean up operations, Also I would look into the short hand creation for dataflow command.

Did you get stuck anywhere

Yes, I was stuck with some of the tests were not passing but with the help of mentors I was able for fix the issues with the Phase8.

View Blog Post