Closed JinChengneng closed 3 years ago
Hej again,
at the moment we don't have plans to support different interfaces. However, in the case of PyTorch
, you might be able to 'wrap' it into the right scikit-learn
-type of interface with skorch.
Got it, I will look into skorch
. Thanks a lot.
Just a kindly advice that maybe you can add this feature into the to-do list since lots of QSAR models are not built with scikit-learn
.
Hi, I've found that the predictive property components of scoring are restricted to
scikit-learn
models only. However, there are different types of implemented predictive models in practice, such asPyTorch
. I wonder whether it's possible to add more supported types of predictive models such asPyTroch
toReinvent
.