-
Thank you for submitting an issue. Please refer to our [issue policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) for additional information about bug reports. For help with debu…
-
I wanted to collate some of the longer-term goals for MCMCChains. I think many of us would agree that MCMCChains is quite stable at this point. It generally works well, has an acceptably defined set o…
-
---
name: feature_creator
about: Python package for peer review
---
Submitting Author:
Son Chau @SonQBChau
Nikita Shymberg @NikitaShymberg
Rakesh Pandey @veerupandey
Wenjia Zhu @PANDASANG1231…
-
Submitting Authors:
- Yair Guterman (@gutermanyair)
- Hatef Rahmani (@hatefr)
- Andy Yang (@AndyYang80)
Package Name: lrasm
One-Line Description of Package: Package for testing linear and multi…
-
Hello,
I'm currently using cuML and cuDF to train multiple models on an A100-40g GPU with 96GB of RAM (Rapids24.04, CUDA11.4).
Despite attempts to manage GPU memory usage by deleting variables us…
-
Sorry for such a basic question, but where can I find the official docs for this package? I see the examples directory which is quite helpful, but I was wondering if there was a docs location. that I …
-
#### Code Sample, a copy-pastable example if possible
```python
df1 = pd.DataFrame(index=['a', 'b'], columns=['foo', 'muu'])
df1.index.name = "foo"
print(df1)
# create deep copy of df1 and ch…
skaae updated
2 years ago
-
goal for new recipe format:
1. operate on dataset level
2. use a streaming structure
## proposal
on `ingredients`:
we don't need key/value any more, so we just drop them and keep the id/…
semio updated
7 years ago
-
### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [X] I have confirmed t…
-
Currently, [`DataFrame.astype(dtype_dict: dict)`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.astype.html) requires that the `dict` keys are a subset of the `DataFrame…