cancel
Showing results for 
Search instead for 
Did you mean: 

Run "Compute for training" of "Accuracy Over Time"

Run "Compute for training" of "Accuracy Over Time"

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.

 

Compute_for_training.jpg

Labels (1)
2 Solutions

Accepted Solutions

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')

 

View solution in original post

Hi @IraWatt 

Thanks for your information.

I have tried to run it and confirmed that the code is runned.

View solution in original post

0 Kudos
3 Replies

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')

 

Hi @IraWatt 

Thanks for your information.

I have tried to run it and confirmed that the code is runned.

0 Kudos

No problem : ) 

0 Kudos