Iaroslav Zeigerman
Iaroslav Zeigerman
@ehoppmann As a workaround you can just try passing the `XGBClassifier` instance instead of `XGBRegressor` one to ensure that a sigmoid is being applied in the generated code.
@StrikerRUS please let me know if there are any remaining comments
Hi @MGabr . Thanks for reporting this issue! You're absolutely right, since version 0.4.* it's no longer possible to use `ContainerService.createRemote`/`DeployService.createRemote`/etc. APIs. This should definitely be fixed. Meanwhile I suggest...
Hey @Maatary! Thanks for your interest in this project. > I should be able to use your for any kind of input right ? That is correct. You'll be able...
Can you please attache a full stacktrace.
@lei0zhou there should be a file in the `logs/` folder which should contain a full backtrace with references to code which caused the exception. If it's not there, can you...
Hey @seandavi! QQ: how do you authenticate with S3 in this case?
@eakmanrq @treysp FYI
Hey @Jay-Jay-D ! Thanks a lot for bringing this up. Yes, you can absolutely submit a PR with your suggestions
For reference here's the `external` relation type in the snowflake adapter: https://github.com/dbt-labs/dbt-snowflake/blob/main/dbt/adapters/snowflake/relation_configs/policies.py#L11