Yuqicheng Zhu

Results 1 comments of Yuqicheng Zhu

I think you can also write a customer Class, whose structure is just like sklearn model: For example a transferlearning model using Keras could be: ``` class TransferLearning(): """ pure...