Skip to content
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

Loose Coupling Data Slice Generator #94

Closed
jeff-hernandez opened this issue Jan 3, 2020 · 1 comment
Closed

Loose Coupling Data Slice Generator #94

jeff-hernandez opened this issue Jan 3, 2020 · 1 comment
Labels
enhancements Improvement to an existing feature

Comments

@jeff-hernandez
Copy link
Collaborator

  • Do we want the data slice generator loosely coupled to the label maker?
    • By loose coupling, I think the label maker can integrate better with data slices of other data frame types. This is related to Distributed Labeling Function #93.
    • Currently, the logic in the data slice generator is specific to pandas dataframes. As a pandas extension, the generator can have broader applications and be easily accessible from any pandas data frame.
      slices = df.slices('8h', start='2020-01-01', step='4h')
      
      for ds in slices:
          ...
@jeff-hernandez jeff-hernandez added enhancements Improvement to an existing feature discussion labels Jan 3, 2020
@jeff-hernandez
Copy link
Collaborator Author

This was done in #150.

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

No branches or pull requests

1 participant