Kishan Ved

Results 29 comments of Kishan Ved

Working on [6.2 Feature Extraction](https://scikit-learn.org/stable/modules/feature_extraction.html)

Sure, I'll start working on this. Thank you!

I've spent the day reading and understanding backend implementation of search algorithms. However, I'm finding it difficult to understand how to start the implementation from scratch, which files to include...

The C++ backend is complete, we can close this issue now.

Sorry I might have missed the notification of this message. I'm using a Lenovo Ideapad Slim 3 having a 10th Gen core i5, with a 1TB HDD and 256GB SSD....

Should I create a PR for this? I'll add: `python3 -m pytest --doctest-modules --cov=./ --cov-report=html -n auto`

This might not seem like a lot of code addition, but I prefer making small PRs and getting code verified atleast at the start.

Gentle Reminder, please check this.

> @Kishan-Ved I had did some research on the `sqrt()` method and found that raising a number to the power (1/2) is not computationally efficient for calculating square roots of...