ktrueda

Results 5 comments of ktrueda

What do you want do with schema sub command? If you'd like to see metadata of the parquet file, you can use inspect command. I'm sorry to be confusing, this...

I have the same issue. ```py joblib.dump(model, 'fm.pkl') model = joblib.load('fm.pkl') ```

Hi I wanna try D205. Can I try this ?

I started to fix D205 (1 blank line required between summary line and description). It's difficult because a lot of docs has not summary line. For example, https://github.com/apache/airflow/blob/d86cf37a35b69fea806be7610deb332468dfba4b/airflow/configuration.py#L481-L486 This docs...

@kaxil Thank you for your help. I would prefer (1) too. So I'll try that way. Since I found thousands of docs to fix, I need much times. Leave it...