trekhleb / homemade-machine-learning

🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add_polynomials doesn't work with single column data.

buck06191 opened this issue · comments

As mentioned in #9, add_polynomials doesn't work when there is only one feature in the dataset.

It should work now with updated implementation of polynomial generator function.