Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
philip-ndikum created a comment on a pull request on philip-ndikum/TemporalScope
@kanenorman The current test failures are related to notebook tutorials, which were not caught by pre-commit hooks. This presents challenges in maintaining consistency for tutorials as the package ...
philip-ndikum created a comment on a pull request on philip-ndikum/TemporalScope
The current test failures are due to notebook tutorials, which were not caught by pre-commit hooks. It may be more efficient to either: 1. Relax checks for tutorial notebooks, or 2. Implement MkD...
philip-ndikum opened a pull request on philip-ndikum/TemporalScope
Refactor TimeFrame to use Narwhals and Improve API #56
## PR Type - [x] โป๏ธ Refactoring - [x] ๐งช Test Addition/Update ## Description This PR refactors the TimeFrame class to leverage Narwhals for backend-agnostic DataFrame operations and improves t...philip-ndikum pushed 1 commit to feat/56-timeframe-refactor philip-ndikum/TemporalScope
- refactor: integrate narwhals and streamline api #56 โข refactored to use narwhals for backend-agnostic dataframe oper... 88458dc
philip-ndikum pushed 1 commit to feat/56-timeframe-refactor philip-ndikum/TemporalScope
- refactor: migrate core utils to use narwhals exclusively - Refactor core_utils.py to use Narwhals operations for all... 5d86571
philip-ndikum pushed 6 commits to feat/1696-ml-patterns-tutorial philip-ndikum/narwhals
- feat: add `sum` and `sum_horizontal` for `SparkLike` (#1693) * feat: include sum method * feat: include sum_horiz... 554517c
- feat: show native object (if possible) in repr (#1702) f58fc43
- test: allow to run tests for Polars[gpu] (#1698) a03b3ec
- chore: use `None` instead of `float('nan')` to check for null values in tests (#1697) 9c3aa53
- docs: `Series` method' docstrings (#1699) 44d449d
- Merge branch 'main' into feat/1696-ml-patterns-tutorial 5f240d2
philip-ndikum opened a pull request on narwhals-dev/narwhals
docs(machine_learning_patterns.md): add enterprise ml patterns tutorial (#1696)
## What type of PR is this? (check all applicable) - [ ] ๐พ Refactor - [ ] โจ Feature - [ ] ๐ Bug Fix - [ ] ๐ง Optimization - [x] ๐ Documentation - [ ] โ Test - [ ] ๐ณ Other ## Related issu...philip-ndikum created a branch on philip-ndikum/narwhals
feat/1696-ml-patterns-tutorial - Lightweight and extensible compatibility layer between dataframe libraries!
philip-ndikum pushed 1 commit to feat/56-timeframe-refactor philip-ndikum/TemporalScope
- docs: add narwhals ml patterns tutorial with collect-then-item pattern This commit adds a comprehensive ML patterns ... fc10682