Skip to content

Commit 3ccb4f4

Browse files
author
Thierry RAMORASOAVINA
committed
Fix the list of possible types of a VariableStatistics in the docstring
1 parent 7769735 commit 3ccb4f4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

khiops/core/analysis_results.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,15 +1943,9 @@ class VariableStatistics:
19431943
name : str
19441944
Variable name.
19451945
type : str
1946-
Variable type. Valid values:
1946+
Variable type. There are only two valid values for this prepared variable :
19471947
- "Numerical"
19481948
- "Categorical"
1949-
- "Date"
1950-
- "Time"
1951-
- "Timestamp"
1952-
- "Table"
1953-
- "Entity"
1954-
- "Structure"
19551949
level : float
19561950
Variable predictive importance.
19571951
target_part_number : int

0 commit comments

Comments
 (0)