From 6801788c3260178146fffe9175d5c36c12d55c5a Mon Sep 17 00:00:00 2001 From: xiaoyaozhuzi <1018919372@qq.com> Date: Fri, 5 May 2017 01:16:41 +0800 Subject: [PATCH] Add input function for training and testing (#9617) (#9658) * Add input function for training and testing Estimator is decoupled from Scikit Learn interface by moving into separate class SKCompat. Arguments x, y and batch_size are only available in the SKCompat class, Estimator will only accept input_fn * remove extra comma