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 #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 https://github.com/KhiopsML/khiops-python/pull/367. - update `samples.py`, also with Text-specific derivation rules Idem for the `TextList` type.
Khiops v11 introduces a new data type,
Text, besidesNumericalandCategorical. We should support it in the Python library:core/dictionary.py: in theVariableclassincore/analysis_results.py: in theDataGridDimensionandVariableStatisticsclassesinMentioned in issue Update JSON Report Structure for v11 #331 (to be addressed therein).core/coclustering_results.py: in theCoclusteringDimensionclasscore/helpers.py: in thedeploy_coclusteringhelper function.incore/api.py:supplementalnumber_of_text_featuresparametersupplementalDone in PR Prepare v11 support #367.text_feature_typeparameter:word|ngram|tokensamples.py, also with Text-specific derivation rulesIdem for the
TextListtype.