EpistasisLab / pmlb

PMLB: A large, curated repository of benchmark datasets for evaluating supervised machine learning algorithms.

Home Page:https://epistasislab.github.io/pmlb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add documentation page

trangdata opened this issue · comments

I think a brief documentation page of the core functions of pmlb would be helpful.

Ideally, we'd have API docs that automatically compile from the code's docstrings every time the docs pages update. This is a bit nontrivial without migrating the entire documentation to Sphinx (or equivalent) with auto-doc capabilities.

In the meantime, I'm building a static API Docs page that will suffice for now. PMLB only has a few user-facing functions, so this really isn't a bad compromise for the time being.

I agree. I don't envision the pmlb functions changing that much in the future. Most changes would be coming from existing and new datasets. Static Docs suffice for now.

there will probably be a few new functions added in the next couple months, but other than that I agree.