inception icon indicating copy to clipboard operation
inception copied to clipboard

#2312 - Add support for new external recommender v2

Open jcklie opened this issue 3 years ago • 0 comments

What's in the PR

  • [x] Move old external recommender to v1 subpackage
  • [x] Can check connection to v2 recommender
  • [x] Can select classifiers from the server
  • [x] Predicting works
  • [ ] Training works

How to test manually

  • Check out https://github.com/inception-project/inception-external-recommender-v2
  • Install with test dependencies pip install -e ".[all]"
  • Run make inception_test
  • Try setting up a v2 recommender using this service

Automatic testing

  • [x] PR includes unit tests

Documentation

  • [ ] PR updates documentation

jcklie avatar May 30 '21 19:05 jcklie