Python Projects Made Easy: Part #1 Getting Started with NBDev
This series will help you create a full fledged Python Project with documentation, tests, and how to upload it to PyPi. This first part is all about getting ... (more…)
Read more »
As mentioned above, Fisher’s LDA is a dimension reduction technique. Such techniques can primarily be used to reduce the dimensionality for high-dimensional data. People do this for multiple reasons – dimension reduction as feature extraction, dimension r… Read more