We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0143cf0 commit 3788d0cCopy full SHA for 3788d0c
1 file changed
tests/test_sklearn.py
@@ -482,13 +482,19 @@ def setUpClass(cls):
482
KhiopsCoclustering: {
483
"fit": {
484
("khiops.core", "prepare_coclustering_deployment"): {
485
- 2: os.path.join(cls.output_dir, "Coclustering.khcj"),
+ 2: os.path.join(
486
+ cls.output_dir, "main_tableCoclusteringResults.khcj"
487
+ ),
488
3: "CC_main_table",
489
4: "SampleId",
- 5: cls.output_dir,
490
+ 5: os.path.join(
491
+ cls.output_dir, "CC_Keys_main_table_deployed.kdic"
492
493
},
494
("khiops.core", "read_coclustering_results_file"): {
- 0: os.path.join(cls.output_dir, "Coclustering.khcj")
495
+ 0: os.path.join(
496
497
+ )
498
499
("khiops.core", "train_coclustering"): {
500
1: "main_table",
0 commit comments