GeostatsGuy / DataScienceInteractivePython

Python interactive dashboards for learning data science
MIT License
606 stars 110 forks source link

Error in "Interactive_PCA_Rotation.ipynb" #4

Open li4mm4rtin opened 1 month ago

li4mm4rtin commented 1 month ago

In the notebook cell "Interactive Feature Projection with Arbitrary Rotation" line 12 currently reads has a mislabeled variable, in the line "norm" is used. Changing "norm" to "x" fixes the error.