I am looking for the API to run "Compute for training" of "Accuracy Over Time".
I have already checked the API documentation for v 2.27.0, but could not find it.
If you know of the function, would you let me know.
Solved! Go to Solution.
No problem : )
Hi @IraWatt
Thanks for your information.
I have tried to run it and confirmed that the code is runned.
Hey masashige.maeda@ctc,
If your using the Python API the 'compute_datetime_trend_plots' function and other accuracy over time functions have a 'source' parameter in which you can specify what data to compute for. In your case you could use the function like this:
compute_datetime_trend_plots(source='training')