Skip to content

Commit

Permalink
Merge pull request #25 from valeriocaporioniunipi/jacopo
Browse files Browse the repository at this point in the history
Trying without hope
  • Loading branch information
jerichoresosco authored May 20, 2024
2 parents 7b80b03 + 331a021 commit 79dca85
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Empty file added code/__init__.py
Empty file.
3 changes: 1 addition & 2 deletions code/linear_reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def linear_reg(features, target, n_splits, plot_flag=False):
:return: None
"""
# Loading data...
#Importing features excluded first three columns: FILE_ID, AGE_AT_SCAN, SEX
#Renaming features and target for more compactness
x = features
y = target

Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 79dca85

Please sign in to comment.