Todor Peev
Todor Peev
I am currently trying to implement it using SciPy (for minimization and maximization). Will keep you updated with the advancement.
Maybe the following files should be added to the migration list - [ ] [`machine_learning/gaussian_naive_bayes.py`](https://github.com/TheAlgorithms/Python/blob/38dfcd28b5f2fb19bae130a942466d73933e072f/machine_learning/gaussian_naive_bayes.py) - [ ] [`machine_learning/gradient_boosting_regressor.py`](https://github.com/TheAlgorithms/Python/blob/38dfcd28b5f2fb19bae130a942466d73933e072f/machine_learning/gradient_boosting_regressor.py) - [ ] [`machine_learning/multilayer_perceptron_classifier.py`](https://github.com/TheAlgorithms/Python/blob/38dfcd28b5f2fb19bae130a942466d73933e072f/machine_learning/multilayer_perceptron_classifier.py) - [x] [`machine_learning/polymonial_regression.py`](https://github.com/TheAlgorithms/Python/blob/38dfcd28b5f2fb19bae130a942466d73933e072f/machine_learning/polymonial_regression.py) and has typos in...
Are we supposed to get errors running this code? Because I think it has been fixed.
I don't know, I didn't fully understand the problem in the ticket but wanted to help. I am not the one who posted the issue.
This issues seems to have been resolved in commit `42a80cdaf689b03b326164862318039bd43bbff1` PR #6017.
@Sharukpy @shrutiiivij I don't understand your point... Changing up libraries doesn't make those files any less "how-to" examples. There are no algorithms being implemented in the files, rather using well-known...
@debjit-bw as I said in the previous comment, I think this has been solved in the pointed commit (you can take a look by yourself). Sadly I don't think this...
for problem 10, `sol3.py` is a solution using sieve and is fast. I don't think we can make sol1 and sol2 faster, unless sieve is also used. In that case,...