yanniouamara
yanniouamara
Well, do you know why you choose HDBSCAN, is it because your data makes not convex clusters ? Did you checked the principle of Outlier Factor ? It might help...
Well the problem seems solved. For those who want to know, i just changed all call of a kd_tree or ball_tree by the object NearestNeighbors and references to it. It...
Thank you for your reactivity, here are the logs : ``` | WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current...
Yes @tim-finnigan , this error happens when i choose the boto version 1.24.75 in Glue parameters, i used the same version for the AWS CLI command. Without forcing the version...
@tim-finnigan Yes, there are different ways of putting credentials. For my AWS Glue Job script, i let empty the `session = boto3.Session()` because i'm being logged to the profile **saml-power-user**...
> Hi @yanniouamara thanks for following up. Are you still seeing this issue? As previously mentioned the CLI and boto3 both share the same service API models so the functionality...