Skip to content

Add sklearn wrapper#57

Merged
joewandy merged 1 commit intoupdatesfrom
codex/create-sklearn_wrapper-module-with-hierarchicalldaestimator
Jun 5, 2025
Merged

Add sklearn wrapper#57
joewandy merged 1 commit intoupdatesfrom
codex/create-sklearn_wrapper-module-with-hierarchicalldaestimator

Conversation

@joewandy
Copy link
Owner

@joewandy joewandy commented Jun 5, 2025

Summary

  • add a HierarchicalLDAEstimator implementing the scikit-learn API
  • document how to use the estimator in a pipeline
  • include unit tests for simple pipeline integration
  • expose the estimator in the package
  • add scikit-learn as dependency

Testing

  • pre-commit run --files src/hlda/sklearn_wrapper.py src/hlda/__init__.py tests/test_sklearn_wrapper.py README.md pyproject.toml
  • pytest -q

https://chatgpt.com/codex/tasks/task_e_6840e456c7fc83269ebeb57e079d107d

@joewandy joewandy merged commit 381fe90 into updates Jun 5, 2025
1 check failed
@joewandy joewandy deleted the codex/create-sklearn_wrapper-module-with-hierarchicalldaestimator branch June 5, 2025 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments