├── LICENSE ├── README.md ├── lazytransform.py ├── requirements.txt └── setup.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoViML/lazytransform/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoViML/lazytransform/HEAD/README.md -------------------------------------------------------------------------------- /lazytransform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoViML/lazytransform/HEAD/lazytransform.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoViML/lazytransform/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoViML/lazytransform/HEAD/setup.py --------------------------------------------------------------------------------