osanseviero's picture
Experiment with helpers
5f31b46
raw
history blame
76 Bytes
# Custom code used by the model.
def is_cat(x):
return x[0].isupper()