-
### Current Behaviour
Trying to import `ProfileReport` (i.e. `from ydata_profiling import ProfileReport`) gives the error `AttributeError: module 'numba' has no attribute 'generated_jit'`.
### Expec…
-
This the script I used for fine tuning.
```
export HF_DATASETS_OFFLINE=1
export TRANSFORMERS_OFFLINE=1
export PDSH_RCMD_TYPE=ssh
# NCCL setting
export GLOO_SOCKET_IFNAME=bond0
export NCCL_SO…
-
-
- Searched for: cell magics, Jupyter, IPython, configuration, pyproject.toml
- ruff version: 0.7.1
In handling IPython magics, the list of magics that contain Python code to be checked/formatted…
-
**Describe the bug**
I noticed this while investigating https://github.com/apache/datafusion/issues/7845#issuecomment-2370455772.
The suggestion from @jayzhan211 and @alamb was that `datafusion.…
-
### Current Behaviour
The following example is from the docs (modified a bit for testing against my files):
```py
from ydata_profiling import ProfileReport, compare
train_df = pd.read_excel(…
-
## Environment
- Hardware: Aurora
- Intel Compute Runtime Version: 24.35.30872.22
## Context
I'm developing a profiler for SYCL offload programs. My approach involves serializing kernel launches…
-
### Current Behaviour
`dark_mode=True ` only applies to the header, setting config theme to dark breaks the html
### Expected Behaviour
background and components to be dark, with font-color t…
-
**Describe the project you are working on:**
Prototyping high performance C#
**Describe the problem or limitation you are having in your project:**
Want to profile with VS2019, so I can look at G…
-
I want to get some flamegraphs from some JIT'd JAX CPU code to understand where time is being spent (in terms of my user-defined functions).
My understanding (based on the [docs](https://jax.readth…