You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from setuptools import setup, find_packages, Extension
import sys
if sys.version_info.major != 3:
raise RuntimeError('RP-KMeans requires Python 3')
setup(
name='aide',
description='Autoencoder-imputed distance-preserved embedding (AIDE), a dimension reduction algorithms that combines both Multidimensional Scaling (MDS) and AutoEncoder (AE).',