I fixed the error for the last submission 9711703. But the latest one still failed. May I have the error logs again?
Thanks.
Beihong
Created by Beihong Ji Beihong Hi @Beihong ,
Here are the training logs from 9711703.
```
/usr/local/lib/python3.7/site-packages/numpy/lib/arraysetops.py:583: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
mask |= (ar1 == a)
Traceback (most recent call last):
File "/app/train.py", line 84, in
values='value_source_value')
File "/usr/local/lib/python3.7/site-packages/pandas/core/frame.py", line 7041, in pivot_table
observed=observed,
File "/usr/local/lib/python3.7/site-packages/pandas/core/reshape/pivot.py", line 113, in pivot_table
agged = grouped.agg(aggfunc)
File "/usr/local/lib/python3.7/site-packages/pandas/core/groupby/generic.py", line 945, in aggregate
result, how = aggregate(self, func, *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/pandas/core/aggregation.py", line 579, in aggregate
return obj._try_aggregate_string_function(arg, *args, **kwargs), None
File "/usr/local/lib/python3.7/site-packages/pandas/core/base.py", line 315, in _try_aggregate_string_function
return f(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/pandas/core/groupby/groupby.py", line 1499, in mean
numeric_only=numeric_only,
File "/usr/local/lib/python3.7/site-packages/pandas/core/groupby/generic.py", line 1016, in _cython_agg_general
how, alt=alt, numeric_only=numeric_only, min_count=min_count
File "/usr/local/lib/python3.7/site-packages/pandas/core/groupby/generic.py", line 1121, in _cython_agg_blocks
raise DataError("No numeric types to aggregate")
pandas.core.base.DataError: No numeric types to aggregate
```