imylu icon indicating copy to clipboard operation
imylu copied to clipboard

There seems to be no missing value process

Open littlewhitecatdoge opened this issue 3 years ago • 1 comments

Thank you for your sharing. However, when in the true development environments, there are always having missing value. It seems no missing value process for each algorithm.

littlewhitecatdoge avatar Nov 18 '21 14:11 littlewhitecatdoge

Hi @littlewhitecatdoge , thank you for reading the codes. The repo was implemented to make Data Science learners better understand how popular algorithms work. It's not designed for development / production environment.

The implementations in this repo are much more strait forward than scikit-learn. There isn't too much inheritance layers, Cython/C extensions to accelerate the benchmarks, nor the methods / attributions are not needed for learning purpose.

tushushu avatar Nov 21 '21 01:11 tushushu