Skip to content

Commit

Permalink
decision tree split
Browse files Browse the repository at this point in the history
  • Loading branch information
SalatielBairros committed Jun 11, 2024
1 parent f8205d8 commit 4551bef
Show file tree
Hide file tree
Showing 5 changed files with 766 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/core/attribute_validation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def is_numerical_attribute(value):
return not isinstance(value, str)
Loading

0 comments on commit 4551bef

Please sign in to comment.