Skip to content

Commit

Permalink
update max feature prompt msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Jul 4, 2024
1 parent 5cab4f2 commit e3deebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aisdc/config/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def _get_features(target: Target) -> None:
if n_features > MAX_FEATURES:
print("There are too many features to add via prompt.")
print("You can edit the 'target.yaml' to add features later.")
print("Note: this is only necessary for attribute inference.")
return
print("The name, index, and encoding are needed for each feature.")
print("For example: feature 0 = 'parents', '[0, 1, 2]', 'onehot'")
Expand Down

0 comments on commit e3deebc

Please sign in to comment.