0dust's Blog

Weekly Check-in #9

0dust
Published: 07/27/2020

What did i do this week? 

I worked on wrapping spacy and scikit learn functions as operations. I discussed with my mentors regarding the examples usage of these operations to be added to documentation. I also added spacy statistical NER model. The previous example usage PR got merged after few minor changes.

What's next? 

I will be documenting the example usage of new operations that I recently added. 

Did I get stuck somewhere?

I got stuck while wrapping scikit learn classes. I had a good discussion in weekly meeting with my mentor and fellow contributors and it got resolved. 

 

View Blog Post

Weekly Check-in #8

0dust
Published: 07/20/2020

What did I do this week?

I worked on adding new operations. Also I made changes in the pull request as per mentor's review.

What's next?

i will keep working on adding new operations and their example usage in documentation.

Did I get stuck somewhere?

No, this week went clean. Also i got my laptop repaired on Tuesday!

View Blog Post

Weekly Check-in #6

0dust
Published: 07/06/2020

What did I do this week?

I discussed adding NLP operations with my mentors in a weekly meeting. I worked on two operations to begin and created a PR. 

What's next?

I will be working on using these operations to train a TensorFlow model and do predictions using it.

Did I get stuck somewhere?

Yes, I got stuck in writing operations but it was resolved by discussion with fellow mates.

View Blog Post

Weekly checkin #5

0dust
Published: 06/29/2020

What did i do this week? 

I finished adding QA models and the PR got merged.  With this i wrapped up adding models to DFFML which was the first part of my project.

What's next? 

I already started reading for my second part of the project which is adding NLP operations. I will be discussing with my mentors regarding different approaches to add these operations.

Did i get stuck somewhere?

No, it was smooth. There was a bug that creeped in and we realized that after PR was merged. So I made a small PR to fix that. 

View Blog Post

Weekly Check-in #4

0dust
Published: 06/22/2020

What did I do this week?

I added few more tests in classification model as per mentor's suggestion and got the PR merged, Yayy! I also finished writing the accuracy and predict methods for QA model and added the unit tests.

What's next?

I will be adding integration tests and example usage of QA model and thus will finish the first part of the project by this week!

Did I get stuck somewhere?

No, this week was pretty smooth. I had few confusions which were resolved in weekly meetings.

View Blog Post