FutureWarning: In a future version of pandas all arguments of DataFrame.drop except for the argument 'labels' will be keyword-only.
in tensorflow_decision_forests/keras/core_inference.py:873 and probably at other places
"df = df.drop(label, 1)" should be replaced by "df = df.drop(label, axis=1)"
FutureWarning: In a future version of pandas all arguments of DataFrame.drop except for the argument 'labels' will be keyword-only.
in tensorflow_decision_forests/keras/core_inference.py:873 and probably at other places"df = df.drop(label, 1)"
should be replaced by"df = df.drop(label, axis=1)"