Ubuntu – Meta-feature analysis: split data for computation on available memory
I am working with the meta-feature extractor package: pymfe for complexity analysis. On a small dataset, this is not a problem, for example. pip install -U pymfe from sklearn.datasets import make_classification from sklearn.datasets import load_iris from pymfe.mfe import MFE data…