Load existing Graders within your recipe
Grader
class (excluding Recipe Graders, which only exist as code within your custom recipe).
AdaptiveGrader
s can be passed to your recipe as input:
AdaptiveGrader
object will contain all the configuration necessary to instantiate a Grader in code, with the exact same properties you’ve defined in the Adaptive platform.
Grader.from_config()
: