FLAML
FLAML copied to clipboard
Cannot predict with numpy inputs
Hi,
I trained AutoML model for regression task. But when I use model.predict(), it returns TypeError. So how can I fix this problem?
Best, Li
Traceback (most recent call last):
File "
try: import pandas as pd from pandas import DataFrame, Series except ImportError: DataFrame = Series = pd = None
Could you check if you have installed pandas? That may be the cause of the error...