Skip to content

Add Text and TextList Type Support to the Core APIs #330

@popescu-v

Description

@popescu-v

Khiops v11 introduces a new data type, Text, besides Numerical and Categorical. We should support it in the Python library:

  • in core/dictionary.py: in the Variable class
  • in core/analysis_results.py: in the DataGridDimension and VariableStatistics classes
  • in core/coclustering_results.py: in the CoclusteringDimension class Mentioned in issue Update JSON Report Structure for v11 #331 (to be addressed therein).
  • in the core/helpers.py: in the deploy_coclustering helper function.
  • in core/api.py:
    • supplemental number_of_text_features parameter
    • supplemental text_feature_type parameter: word|ngram|token Done in PR Prepare v11 support #367.
  • update samples.py, also with Text-specific derivation rules

Idem for the TextList type.

Metadata

Metadata

Assignees

Labels

Priority/0-HighTo do nowSize/HoursVery shortStatus/DoneThe issue has been addressed and merged to the dev branch

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions