Pankaj Baid
Pankaj Baid
#### Description **Problem** The current PHP codebase lacks modern static analysis and code-quality enforcement. This causes: Inconsistent code style across the project Missed type and logic errors that static analysis...
This commit implements CLI commands for browsing and searching OpenML studies and benchmark suites, addressing issue #1506. ## Features Added: ### 1. Studies List Command () - Lists studies and/or...
#### Metadata * Reference Issue: (feat: Add CLI Commands for Browsing and Searching OpenML Runs #1505) * New Tests Added: Yes * Documentation Updated: No (CLI help text serves as...
#### Metadata * Reference Issue: [(Enhancement: Add CLI commands for browsing and searching OpenML flows)](feat: Add CLI Commands for Browsing and Searching OpenML Tasks #1504)](https://github.com/openml/openml-python/issues/1504) * New Tests Added: Yes...
Add three new CLI subcommands under 'openml datasets': - openml datasets list: List datasets with optional filtering - openml datasets info: Display detailed dataset information - openml datasets search: Search...
**Metadata** New Tests Added: Yes Documentation Updated: No (CLI help text serves as documentation) Change Log Entry: "Add CLI commands for uploading resources: openml upload dataset, openml upload flow, and...
**Metadata** New Tests Added: Yes Documentation Updated: No (CLI help text serves as documentation) Change Log Entry: "Add CLI commands for browsing and searching OpenML studies: openml studies list, openml...
**Metadata** New Tests Added: Yes Documentation Updated: No (CLI help text serves as documentation) Change Log Entry: "Add CLI commands for browsing and searching OpenML tasks: openml tasks list, openml...
**Metadata** New Tests Added: Yes Documentation Updated: No (CLI help text serves as documentation) Change Log Entry: "Add CLI commands for browsing and searching OpenML runs: openml runs list, openml...