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

feat: add multivariate tsf models #1343

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

feat: add multivariate tsf models #1343

wants to merge 14 commits into from

Conversation

Lopa10ko
Copy link
Collaborator

This is a 🙋 feature or enhancement.

Summary

Enhancement:

  • ...

Refactoring steps, closing TODO:

  • add prediction saving mechanism for FEDOT-native OutputData (804ef43)
  • add binary clf to the metrics test (8795a55)
  • add ar to a minimal set for fast train forecasting (f15a7a1)
  • add nodes: List[PipelineNode] property to fix unresolved references (5c27ac8)

Context

closes #1342

@Lopa10ko Lopa10ko self-assigned this Oct 17, 2024
@pep8speaks
Copy link

pep8speaks commented Oct 17, 2024

Hello @Lopa10ko! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 24:5: E303 too many blank lines (2)

Line 3:1: F401 'pathlib.Path' imported but unused

Line 275:1: W391 blank line at end of file

Line 2:1: F401 'sys' imported but unused

Comment last updated at 2024-11-12 14:54:58 UTC

Copy link
Contributor

github-actions bot commented Oct 17, 2024

All PEP8 errors has been fixed, thanks ❤️

Comment last updated at

@Lopa10ko Lopa10ko changed the title Feat multi tsf feat: add multivariate tsf models Oct 17, 2024
@Lopa10ko
Copy link
Collaborator Author

/fix-pep8

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.

enh: Better multi-variate TSF
2 participants