Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbohne123 committed Feb 3, 2024
1 parent 651e15c commit ba3d4f5
Show file tree
Hide file tree
Showing 33 changed files with 191 additions and 610 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
.ipynb_checkpoints/
# files to ignore

# data
data/
data_preprocessing/__pycache__

# system
.env
.ipynb_checkpoints/
.DS_Store

# python
feature_generation/__pycache__/
spark_pipelines/__pycache__

# models
models/lightning_logs
personal_research/
HFT_Research/
.DS_Store
spark_local
testData
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies:
- python_abi
- python-dotenv
- pytorch
- pytorch-lightning
- pytz
- requests
- setuptools
Expand Down Expand Up @@ -74,4 +75,5 @@ dependencies:
- numpy
- pandas
- pyarrow
- torchsummary
prefix: /home/jbohne/anaconda3/envs
769 changes: 177 additions & 592 deletions models/Example_OLS_Model.ipynb

Large diffs are not rendered by default.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_0/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_1/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_10/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_11/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_12/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_13/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_2/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_3/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_4/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_5/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_6/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_7/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_8/hparams.yaml

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion models/lightning_logs/version_9/hparams.yaml

This file was deleted.

Binary file added models/ols_model/plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit ba3d4f5

Please sign in to comment.