Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions khiops/core/analysis_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -1943,15 +1943,9 @@ class VariableStatistics:
name : str
Variable name.
type : str
Variable type. Valid values:
Variable type. There are only two valid values for a prepared variable :
- "Numerical"
- "Categorical"
- "Date"
- "Time"
- "Timestamp"
- "Table"
- "Entity"
- "Structure"
level : float
Variable predictive importance.
target_part_number : int
Expand Down
Loading