OpenML icon indicating copy to clipboard operation
OpenML copied to clipboard

Open Machine Learning

Results 174 OpenML issues
Sort by recently updated
recently updated
newest added

Fixes: #1243 This pull request introduces a new GitHub Actions workflow that automates the release process whenever a version tag is pushed. The workflow generates release notes, changelogs, and release...

Fixes: #1246 This pull request introduces a new GitHub Actions workflow to welcome and guide first-time contributors to the project. The workflow automatically comments on new issues and pull requests,...

Fixes: #1248 This pull request introduces a new GitHub Actions workflow for continuous integration, automating code validation and build checks for all major branches and pull requests. The workflow ensures...

Fixes: #1247 This pull request introduces a new GitHub Actions workflow for automated dependency checking and reporting. The workflow runs weekly and checks both Composer (PHP) and NPM (JavaScript) dependencies...

Fixes: #1249 This pull request introduces a comprehensive security scanning setup for the repository, including configuration files and workflows for automated detection of vulnerabilities and secrets. It adds CodeQL analysis,...

Fixes: #1254 This pull request revamps the GitHub issue templates for the OpenML repository, replacing the old default template with a set of structured, user-friendly forms for bug reports, feature...

### Description Replace the current markdown issue template with structured YAML-based forms to improve issue quality and contributor experience. ### Current State - Single generic `default-issue-template.md` with manual formatting -...

### Description Set up a `security.yml` workflow for automated security scanning. ### Tasks - Create `.github/workflows/security.yml` - Add CodeQL analysis (JavaScript & Python) - Add dependency vulnerability checks - Add...

### Description Set up a `ci.yml` workflow for continuous integration. ### Tasks - Create `.github/workflows/ci.yml` - Add PHP syntax checks (7.4, 8.0, 8.1, 8.2) - Add JavaScript linting - Add...

### Description Set up a `release.yml` workflow to automate versioning and GitHub Releases creation. ### Tasks - Create `.github/workflows/release.yml` - Configure automatic tagging and release generation - Submit a PR...