Skip to content

Add itertools module. #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tillahoffmann
Copy link

This PR adds a module implementing the functionality of Python's itertools package. I originally implemented this a few years ago to run machine learning experiments, mostly to generate cartesian products of learning rate schedule, optimizer, etc.

@jjmaestro recently suggested it would be useful to have this functionality available in Skylib.

The implementation here is WIP as it is missing markdown files in the docs directory. I thought I'd get your feedback before getting into writing docs beyond docstrings.

@jjmaestro
Copy link

Could one of the reviewers have a look? 🙏 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants