Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[MNT] merge `openml-sklearn` extension back into `openml`

オープン
#1,532 コメント 14 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
リファクタリング
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python

調査の方向性

Start by comparing the openml-sklearn extension with the openml-python package and reviewing their release and maintenance workflows. Evaluate the proposed merge while preserving scikit-learn dependency isolation through soft dependencies or class/function-level patterns. Done means the extension is merged into openml-python without making scikit-learn a hard dependency for unrelated functionality.

索引モデルが issue の本文から書いたものです。

説明

openml-sklearn is in unmaintained - likely due to splitting packages always dramatically increases maintenance surface and complexity. Once release and maintenance workflows are "forgotten", it leads to abandoment.

Of course there are reasonable rationales behind splitting packages, such as dependency isolation.

My recommendation would be to merge openml-sklearn back into openml, in order to minimize maintenance surface - but also maintain dependency isolation.

My concrete recommendations would be:

  • plain merge of openml-sklearn into openml-python
  • use scikit-base _check_soft_dependencies, or "move into class/function" patterns, to isolate the scikit-learn dependency in the extension and the tests of the extension
  • move scikit-learn completely to a soft dependency set, e.g., openml-integrations

FYI @joaquinvanschoren, @PGijsbers - what do you think? I think we need to avoid abandonment due to too complex maintenance. Dependency isolation can be maintained by using proper patterns within a single package (not just repository).

主要言語
Python
スター
361
フォーク
296
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

openml/openml-python のほかの issue

openml/openml-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。