diegodebrito
diegodebrito
**What did you find confusing? Please describe.** I am using docker images with my custom training algorithm. I am interested in sending information back from the container (for example, saving...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
#### Describe the bug Very straightforward: there is a deprecation warning for version 0.13.0 that is still in the code base. According to [this](https://github.com/statsmodels/statsmodels/blob/37bd2e421bad61bc54e8260b86a10a68d17892b3/statsmodels/genmod/generalized_linear_model.py#L1919), default BIC should be computed using...
Hi, I'm assuming Sagemaker Studio uses this package behind the scenes when using the option "Create Notebook Job" (see image below). Please let me know if there is a better...
#### Describe the bug I ran into these results when running a constrained optimization GLM using Tweedie(var_power=1.5). I believe more than the constrained optimization itself, this is related to Tweedie's...
[X] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** what is unclear to you? What would you like to know? When...
The parameters min_bin_size and max_bin_size don't seem to work well when passing sample_weight during fit. The example below produces only one bin, regardless of value for those parameters. Removing sample_weight...
I created a simple dataframe with age, salary, and num_obs: ```python import pandas as pd from optbinning import ContinuousOptimalBinning df = pd.DataFrame({'age': {0: 1, 1: 2, 2: 3, 3: 4,...
**Describe the feature you'd like** Currently only training instances are allowed when using @remote (from the sagemaker.remote_function module). This module can be used for processing tasks as well, so it...
I am getting a SyntaxError when debugging some code. The error is related to an invalid use with \ in the context of string matching (see link for exact line...