pullrequests Search Results · language:Dune language:Python language:JavaScript language:Jupyter Notebook language:JavaScript
Filter by
722k results
... -g7vv-2v7x-gj9p)
4.66.2
- `pandas`: add `DataFrame.progress_map` (1549)
- `notebook`: fix HTML padding (1506)
- `keras`: fix resuming training when `verbose gt;=2` (1508)
- fix `format_num` negative ...
... -g7vv-2v7x-gj9p)
4.66.2
- `pandas`: add `DataFrame.progress_map` (1549)
- `notebook`: fix HTML padding (1506)
- `keras`: fix resuming training when `verbose gt;=2` (1508)
- fix `format_num` negative ...
dependencies
python:uv
dependencies
python:uv
Purpose
!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? --
This pull request introduces improvements to notebook setup and logging ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
This branch restores pyvideotrans_colab.ipynb to match the notebook layout and intro from e7c9822 (merge of PR #5), i.e.
the state before the commit Colab ...
This addresses the request to connect the workflow directly in the existing notebook and start building the form
behavior. The notebook now supports creating manual matchup entries in-cell and ...
Description
Corrected two colab notebooks based on influence_function_noisy_label.py and influence_function_lds.py . The notebooks
have descriptive comments and are set up to run in under 5 minutes making their use efficient for new users of the
dattri library.
... their corresponding Jupyter Notebooks.
🎯 Why iterrows() is notoriously slow in pandas because it wraps each row in a Series object. itertuples() returns a
namedtuple which can still be accessed via dot ...