├── .gitignore ├── LICENSE ├── README.rst └── data.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakaobank/Kakaobank-Touch-Data-for-Implicit-Authentication/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakaobank/Kakaobank-Touch-Data-for-Implicit-Authentication/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakaobank/Kakaobank-Touch-Data-for-Implicit-Authentication/HEAD/README.rst -------------------------------------------------------------------------------- /data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakaobank/Kakaobank-Touch-Data-for-Implicit-Authentication/HEAD/data.csv --------------------------------------------------------------------------------