twinlab.Emulator.view_train_data#
- Emulator.view_train_data(verbose=False)[source]#
View training data with which the emulator was trained in the twinLab cloud.
- Parameters:
verbose (bool, optional) – Display information about the operation while running.
- Returns:
Dataframe containing the training data on which the emulator was trained
- Return type:
Example
emulator = tl.Emulator("quickstart") emulator.view_train_data()
x y 0 0.696469 -0.817374 1 0.286139 0.887656 2 0.226851 0.921553 3 0.551315 -0.326334 4 0.719469 -0.832518 5 0.423106 0.400669 6 0.980764 -0.164966 7 0.684830 -0.960764