When using the low-level APIs for ClientApp, a warning is thrown each time the @app.train, @app.evaluate, @app.query methods are called. This PR moves the warning to the ClientApp constructor so those that want to use the low-level ClientApp features are warned only once.
When using the low-level APIs for
ClientApp
, a warning is thrown each time the@app.train
,@app.evaluate
,@app.query
methods are called. This PR moves the warning to theClientApp
constructor so those that want to use the low-levelClientApp
features are warned only once.