kidotaka

Results 2 comments of kidotaka

Hi @tim-finnigan I have not tried `LC_ALL=en_US.UTF-8`, but `LC_ALL=en_US.UTF-8` is also available instead of `LC_CTYPE` on Linux. We can use `en_US.UTF-8` without additional installation on CodeBuild's managed linux images. (`locale...

> @kidotaka Could you please explain where to replace backslash to slash? Thanks. @kevintsq [https://github.com/autogluon/autogluon/blob/master/tabular/src/autogluon/tabular/predictor/predictor.py#L2970](https://github.com/autogluon/autogluon/blob/master/tabular/src/autogluon/tabular/predictor/predictor.py#L2970) In the loop of nodes, replace backslash of a 'path' attribute to slash if a...