packing-box / docker-packing-box

Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
GNU General Public License v3.0
49 stars 10 forks source link

Introduce FastICA in dimensionality reduction techniques #55

Closed smarbal closed 1 year ago

smarbal commented 1 year ago

Improvement suggestion

Add an option to choose between PCA and ICA for dimensionality reduction when visualizing.

Implementation

https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html

dhondta commented 1 year ago

@smarbal This should be OK. Please test.

smarbal commented 1 year ago

This works fine. Thanks.