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

Refactor TSML and AutoMLPipeline to have common base abstract types for faster loading. #75

Closed
ppalmes opened this issue Sep 23, 2020 · 4 comments

Comments

@ppalmes
Copy link
Collaborator

ppalmes commented Sep 23, 2020

  • @stevemar: my two packages are sharing the same common abstract base types but currently TSML.jl depends on AutoMLPipeline.jl to load and overload these abstract type. TSML loading is slow because of this. I would like to create a repo called AMLPBase.jl that has this abstract class which can be loaded by both AutoMLPipeline and TSML.
  • @stevemar: can you please create AMLPBase.jl repo to address this issue? Thanks.
@ppalmes
Copy link
Collaborator Author

ppalmes commented Sep 23, 2020

Issue: IBM/TSML.jl#170

@stevemar
Copy link
Contributor

@ppalmes you're good to go https://github.com/IBM/AMLPBase.jl

@ppalmes
Copy link
Collaborator Author

ppalmes commented Sep 24, 2020

thank you! @stevemar

@ppalmes
Copy link
Collaborator Author

ppalmes commented Oct 14, 2020

IBM/AMLPipelineBase.jl#2

@ppalmes ppalmes closed this as completed Oct 22, 2020
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

No branches or pull requests

2 participants