PinguDevTeam / ICF-MI-framework

Model identifiability pipeline using surrogate models trained on a latent space extracted by tensor decompositions.
https://pingudevteam.github.io/ICF-MI-framework/
MIT License
0 stars 0 forks source link

LSTM tutorial using airline passenger data #38

Open camckenn opened 1 year ago

camckenn commented 1 year ago

Purpose

Explain the goal of this PR, if it addresses an existing issue be sure to link to it.

Addresses number #15. Complete tutorial which uses an LSTM (and get the hang of pre-commit hooks and all).

Tag each of the issues that you are addressing with this PR with "Closes #"

Closes #15

Describe the big picture of your changes here, perhaps using a bullet list if multiple changes are done to accomplish a single goal. (If it accomplishes too many goals, it would be best to create separate PR's for each.)

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

-Other

Example/tutorial

Checklist

Put an x in the boxes that apply.

dorukaks commented 1 year ago

Changed the base branch from main to dev. After merging #35, we will freeze main and branch off from dev. Mentioned here