Skip to content

Commit

Permalink
Add new nas dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 23, 2024
1 parent 78b95d3 commit 88975fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hannah/nas/performance_prediction/features/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_features(nx_graph):
if col not in df.columns:
df[col] = 0
df = df.reindex(sorted(df.columns), axis=1) # Sort to have consistency
return df
return df.astype(np.float32)

def get_list_columns(df):
list_cols = []
Expand Down

0 comments on commit 88975fe

Please sign in to comment.