leandroimail

Results 4 issues of leandroimail

I have a problem with a multiclass predict model. I make my custom Automodel with an automatic categorical_encoding like the follow code: ``` input_node = ak.StructuredDataInput() output_node = ak.StructuredDataBlock(categorical_encoding=True)(input_node) output_node...

feature request

**Describe the bug** I cannot use simple-ddl-generator with omymodels together because omymodels depends on the old version of table-meta. I use poetry to manage my dependent and it does not...

**Is your feature request related to a problem? Please describe.** The packages is beautiful and makes greate work with make a SQL to a model. I repair unfortunately that Omymodels...

**Is your feature request related to a problem? Please describe.** Today it is possible from OAS3/Swagger to make a model for Fask or FastAPi (https://openapi-generator.tech/docs/generators/python-flask), but it is super complicated...