Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

philip-ndikum

philip-ndikum starred NASA-IMPACT/Prithvi-EO-2.0
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 ...

View on GitHub

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...

View on GitHub

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

View on GitHub

philip-ndikum starred predibase/lorax
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

View on GitHub

philip-ndikum deleted a branch philip-ndikum/TemporalScope

feat/64-narwhals-tutorials

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

View on GitHub

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

View on GitHub

philip-ndikum starred Jeryi-Sun/LLM-and-Law
philip-ndikum opened an issue on narwhals-dev/narwhals
[Doc]: Enhance Narwhals Tutorials with Backend-Agnostic Patterns
### What type of report is this? Correction ### Please describe the issue. ### **Description** Narwhals tutorials could be significantly enhanced by consolidating backend-agnostic patterns into...