Jakub Adamczyk

Results 90 comments of Jakub Adamczyk

@mohanasudhan why has this been closed? How can we use Neo to target either Lambda (preferably) or SageMaker Serverless Inference (it kinda also works)? Neither one is listed in the...

Ok, so why is there `lambda` listed as a target? Is that a mistake? I get that Neo is a part of SageMaker, that is obvious, but I would very...

@daniel-jones-deepl if this library would use [httpx](https://www.python-httpx.org/), it could support both sync and async easily. It has API most similar to `requests`, so it wouldn't be that hard to rewrite...

@javsalgar any news on this? I also get this error

Request to reopen, Python 3.8 is really outdated now, and building a 3.10 image ourselves is a considerable operational burden

@knakad any news on this? Lambda functions are great for orchestrating more complicated flows, which end with SageMaker prediction. Not being able to use SDK is irritating. Heavy dependencies can...

@noamzbr thank you for fast response. This requires a mix of regression tests and NLP tests. From [tabular quickstart](https://docs.deepchecks.com/stable/tabular/auto_tutorials/quickstarts/plot_quick_model_evaluation.html), interesting checks are: - train-test performance - regression error distribution -...

@noamzbr any news on this? As far as I understand, this is mixing 2 existing things together, and no really new code is needed

@c-bata that's a nice solution, I think even `from concurrent.futures import ProcessPoolExecutor as ThreadPoolExecutor` would suffice, as long as I import this before Optuna. However, this has 2 downsides: 1....

@okaikov unfortunately not, as far as I know. I see this as a major problem with Optuna, and I am currently researching other frameworks. Potentially using [JoblibStudy from this PR](https://github.com/optuna/optuna/issues/2862)...