-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2412232
commit 3e22a71
Showing
13 changed files
with
798 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import sys | ||
import os | ||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) | ||
|
||
|
||
from interpretation.weight_importance import make_importance_values_input | ||
from interpretation.NID import Get_weight_tsang, GenNet_pairwise_interactions_topn | ||
from interpretation.RLIPP import calculate_RLIPP | ||
|
||
from GenNet_utils.Utility_functions import get_SLURM_id, evaluate_performance | ||
from GenNet_utils.Train_network import get_classification_network, get_regression_network | ||
|
||
def get_network(args): | ||
|
||
if args.regression = True |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.