Skip to content

Commit

Permalink
update get_network
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnovanHilten committed Oct 17, 2023
1 parent 2412232 commit 3e22a71
Show file tree
Hide file tree
Showing 13 changed files with 798 additions and 76 deletions.
15 changes: 15 additions & 0 deletions GenNet_utils/Interpret_network.py
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
231 changes: 155 additions & 76 deletions GenNet_utils/Train_network.py

Large diffs are not rendered by default.

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.
Loading

0 comments on commit 3e22a71

Please sign in to comment.