running hiplot with pycharm error
Hi, I am trying to run this hiplot example in pycharm 2021.1.3 and get the following error.
import hiplot as hip
data = [{'dropout':0.1, 'lr': 0.001, 'loss': 10.0, 'optimizer': 'SGD'},
{'dropout':0.15, 'lr': 0.01, 'loss': 3.5, 'optimizer': 'Adam'},
{'dropout':0.3, 'lr': 0.1, 'loss': 4.5, 'optimizer': 'Adam'}]
hip.Experiment.from_iterable(data).display()
AttributeError: 'PyDevTerminalInteractiveShell' object has no attribute 'kernel'
Please sign in to leave a comment.