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

Add autoregressive neural network models #75

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

Add autoregressive neural network models #75

wants to merge 1 commit into from

Conversation

klane
Copy link
Collaborator

@klane klane commented Aug 4, 2021

No description provided.

@klane klane requested a review from yuqirose August 4, 2021 22:12
@codecov
Copy link

codecov bot commented Aug 4, 2021

Codecov Report

Merging #75 (e04fd31) into main (647e3de) will decrease coverage by 1.26%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
- Coverage   23.84%   22.58%   -1.27%     
==========================================
  Files           7        8       +1     
  Lines         411      434      +23     
==========================================
  Hits           98       98              
- Misses        313      336      +23     
Impacted Files Coverage Δ
torchts/nn/models/autoreg.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d8a099...e04fd31. Read the comment docs.

@klane klane added the enhancement New feature or request label Aug 4, 2021
@klane klane added this to the Alpha release milestone Aug 4, 2021
@klane klane added the python Pull requests that update Python code label Aug 4, 2021
@klane klane linked an issue Aug 10, 2021 that may be closed by this pull request
@klane klane modified the milestones: Alpha release, Initial release Aug 14, 2021
@yuqirose yuqirose self-assigned this Aug 17, 2021
Copy link
Contributor

@yuqirose yuqirose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the code. Need to define p and k in the comments

@yuqirose yuqirose closed this Aug 17, 2021
@klane
Copy link
Collaborator Author

klane commented Aug 17, 2021

I will make the requested changes in this PR.

@klane klane reopened this Aug 17, 2021
@torchts-bot torchts-bot bot removed the python Pull requests that update Python code label Aug 17, 2021
@klane klane added the python Pull requests that update Python code label Sep 2, 2021
@torchts-bot torchts-bot bot added source Updates to source code and removed python Pull requests that update Python code labels Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request source Updates to source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add autoregressive model
2 participants