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

old files, gitmodule, headers #529

Merged
merged 3 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "docker/pennai-arm64-deps"]
path = docker/pennai-arm64-deps
url = https://github.com/EpistasisLab/pennai-arm64-deps
; [submodule "docker/pennai-arm64-deps"]
; path = docker/pennai-arm64-deps
; url = https://github.com/EpistasisLab/pennai-arm64-deps
10 changes: 5 additions & 5 deletions ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/ai.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/api_utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/knowledgebase_utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/metalearning/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/metalearning/dataset_describe.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/metalearning/export_to_mongo.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/metalearning/get_metafeatures.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/metalearning/make_meta_ml_dataset.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/metalearning/tests/test_dataset_describe.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/metalearning/tests/test_get_metafeatures.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
27 changes: 27 additions & 0 deletions ai/metrics.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
"""~This file is part of the Aliro library~

Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

(Autogenerated header, do not modify)

"""
# -*- coding: utf-8 -*-

"""This scoring file is part of the TPOT library.
Expand Down
10 changes: 5 additions & 5 deletions ai/q_utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/recommender/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/recommender/average_recommender.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/recommender/base.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/recommender/knn_meta_recommender.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/recommender/random_recommender.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/recommender/surprise_recommenders.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
10 changes: 5 additions & 5 deletions ai/request_manager.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""~This file is part of the Aliro library~

Copyright (C) 2017 Epistasis Lab, University of Pennsylvania
Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center

Aliro is maintained by:
- Heather Williams (hwilli@upenn.edu)
- Weixuan Fu (weixuanf@upenn.edu)
- William La Cava (lacava@upenn.edu)
- Michael Stauffer (stauffer@upenn.edu)
- Jun Choi (hyunjun.choi@cshs.org)
- Miguel Hernandez (miguel.e.hernandez@cshs.org)
- Nick Matsumoto (nicholas.matsumoto@cshs.org)
- Jay Moran (jay.moran@cshs.org)
- and many other generous open source contributors

This program is free software: you can redistribute it and/or modify
Expand Down
Loading