Skip to content

Commit 743360d

Browse files
author
Thierry RAMORASOAVINA
committed
Typo
1 parent fe81fed commit 743360d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

khiops/sklearn/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def write_internal_data_table(dataframe, file_path_or_stream):
405405
- The index is not written
406406
407407
Khiops cannot handle data containing newlines.
408-
They must be removed from the csv it uses.
408+
They must be removed from the csv Khiops uses.
409409
410410
Parameters
411411
----------

khiops/sklearn/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class KhiopsEstimator(ABC, BaseEstimator):
230230
This preprocessing (for example to remove multi-lines data)
231231
must be factorized to avoid any code duplication
232232
in the child classes of the current base class.
233-
The best place to perform it is at the very end
233+
The best place to perform it is at the very end of the workflow
234234
when writing the csv file for khiops
235235
(and not at the beginning when receiving X and wrapping it into a `Dataset`)
236236

0 commit comments

Comments
 (0)