skorch-dev / skorch

A scikit-learn compatible neural network library that wraps PyTorch
BSD 3-Clause "New" or "Revised" License
5.87k stars 391 forks source link

Does Sktorch work with Auto-sklearn, tpot and featuretools ? #386

Closed eeeeeeeeeee555 closed 5 years ago

eeeeeeeeeee555 commented 5 years ago

Hello, I want to ask that whether Sktorch work well with Auto-sklearn, tpot and featuretools ? Thank you !

benjamin-work commented 5 years ago

I personally have not tried skorch with any of the mentioned libraries. However, a main goal of skorch is that it provides an sklearn-compatible interface. Therefore, if the libraries work with sklearn estimators, they should work with skorch. I would thus suggest to simply try them out and to report any issue you encounter.