ipython-notebooks
ipython-notebooks copied to clipboard
logistic regression notebook from Andrew Ng course
About the mapped feature part. The polynomial permuted features data set should have 28 features but you have way less in the notebook.
Is it your intention to not fully polynomialize features? or it's a bug in your permutation code?
Thanks for the notebook.