Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
aeced01
Update JSON reference reports to v11
popescu-v Apr 8, 2025
e4d1ce4
Add analysis reporting JSONization support
popescu-v May 21, 2025
e361e66
Drop no-longer-used `map` `SelectedVariable` attribute
popescu-v May 6, 2025
c87331e
Deprecate `.json_data` on KhiopsJSONObject
popescu-v May 20, 2025
9fc1089
Add MODL histogram support to the analysis results object
popescu-v May 12, 2025
5d1eb31
Add tree details support to the AnalysisResults object
popescu-v May 13, 2025
c386986
Rename ModlHistogram to ModlHistograms to reflect plurality
popescu-v May 22, 2025
a31b75a
Add JSONization support for CoclusteringResults (variable * variable …
popescu-v May 13, 2025
bc2c3ad
Add support for instance-variable coclustering to the CoclusteringRes…
popescu-v May 14, 2025
10a6dd6
Update reports core tests to use `to_json` methods with the updated r…
popescu-v Apr 29, 2025
72b0970
Drop tests on typicalities
popescu-v May 14, 2025
70eac6b
Deprecate CSV report writing methods
popescu-v May 15, 2025
3f0f825
Rename `to_json` to `to_dict` and update its and report modules' docs…
popescu-v May 20, 2025
6e38f14
Reorder PreparationReport methods: put get_tree after get_variable_st…
popescu-v May 22, 2025
cbbe552
Use plain method names in deprecation warnings for more code readability
popescu-v May 22, 2025
6319ae2
Update samples version to 11.0.0 in `kh-download-samples`
popescu-v May 20, 2025
b296bdb
Remove tools auto-generated RST documentation files upon doc cleaning
popescu-v May 16, 2025
1e306b2
Dump coclustering JSON report keys in the expected order
popescu-v May 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/clean-doc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ parse_commandline "$@"
rm -v core/generated/*.rst
rm -v sklearn/generated/*.rst
rm -v internal/generated/*.rst
rm -v tools/generated/*.rst
sphinx-build -M clean . _build

if [[ $_arg_clean_tutorial == "on" ]]
Expand Down
1,514 changes: 1,444 additions & 70 deletions khiops/core/analysis_results.py

Large diffs are not rendered by default.

Loading