Pavlo Fesenko, PhD

Results 5 comments of Pavlo Fesenko, PhD

@hteeyeoh, it looks like a compatibility issue between dependencies for `unstructured`. Have you tried Docker images for lower versions of Python on Alpine?

I have managed to build a wheel without errors by using an extended set of modules `CMAKE_ARGS="-DBUILD_LIST=core,dnn,features2d,flann,gapi,imgcodecs,imgproc,python3,videoio"` since some of them depend on each other and somehow this dependencies aren't...

@alirezahamd254, have you tried updating your NumPy version? More information about the libraries in your environment would be useful.

@jseabold, @josef-pkt Should it be implemented as the class `RLMInfluence` similar to `OLSInfluence` (see [here](https://www.statsmodels.org/stable/generated/statsmodels.stats.outliers_influence.OLSInfluence.html#statsmodels.stats.outliers_influence.OLSInfluence))? What influence measures should be included? I have found the R function that [augments](https://broom.tidymodels.org/reference/augment.rlm.html) the...

@moelasmar, I am using multiple Lambda layers with Terraform (via `serverless.tf`) and it works fine after `terraform apply` but if I change the code in the Lambda function itself and...