-
Notifications
You must be signed in to change notification settings - Fork 2
Update to v11 #366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Update to v11 #366
Changes from 1 commit
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
69ffd0c
Start deprecating API parameters for v11
popescu-v 5ab1811
Use result_file_path instead of computing CWD inside the code
popescu-v 2648836
Drop unused code
popescu-v 6a48dd4
Start updating API for v11
popescu-v a495503
Drop batch_mode: Khiops is always launched in batch mode from Python
popescu-v fe30fdc
Finalize `train_predictor` spec
popescu-v 50b7050
Add build_multi_table_dictionary method
popescu-v 9c62108
Update API according to spec iterations
popescu-v 13dedd3
Deprecate results_dir:
popescu-v d240edd
Fix some nits
popescu-v 8f8320d
Start updating scenario templates
popescu-v d8e9d1a
Use MODL unsupervised-analysis discretization and grouping methods by…
popescu-v a12fdb9
Use clusters file path directly in extract_clusters
popescu-v 557e2b4
Update evaluate_predictor scenario
popescu-v dba7929
Update detect_data_table_format
popescu-v 95b7b0b
Remove unused import
popescu-v e232a4a
Update train_recoder scenario template
popescu-v d323cec
Update train_predictor docstring
popescu-v a83d247
Update deploy_model scenario template to v11
popescu-v 87e1ab8
Update sort_data_table scenario template to v11
popescu-v 0f5c84b
Update extract_keys_from_datatable scenario template to v11
popescu-v aa81340
Update scenario template for train_coclustering to v11
popescu-v e5ae3d6
Add IV Coclustering task and update relevant API function to its usage
popescu-v 715fdf7
Update simplify_coclustering scenario template to v11
popescu-v 863641a
Update prepare_coclustering_deployment scenario template to v11
popescu-v 16e0777
Add missing max_total_parts parameter to prepare_coclustering_deployment
popescu-v e901f82
Add missing parameters to extract_clusters
popescu-v e044e8f
Add coclustering file path to path-valued args
popescu-v d5f43f0
Update version of the 'detect_data_table_format_with_dictionary' task
popescu-v 9df7116
Update deploy_coclustering helper to v11
popescu-v c3f1dae
Update check_database scenario template to v11
popescu-v 34ceba3
Fix train_recoder v11 scenario template
popescu-v 0242643
Update train_predictor_for_metrics helper function docstring
popescu-v ec35b44
Update core API samples to v11
popescu-v 98bec87
Drop IV coclustering identifier attribute name
popescu-v 03e072f
Add intepret_predictor task and core API implementation
popescu-v 97d0319
Discard max_variable_importance interpret_model parameter
popescu-v 884028f
Add interpretation samples
popescu-v 07aee07
Drop useless import in interpret_predictor
popescu-v 04c84f6
Add variable part flag to coclustering dimensions
popescu-v 3b55dcc
Fail early on instance-variable coclustering deployment attempt
popescu-v 7fb4143
Add train_instance_variable_coclustering sample.
popescu-v c28446e
Support new data path syntax
popescu-v 4d89dde
Drop Khiops exit statements from scenario templates
popescu-v 0e10a70
Update core tests with the new path syntax
popescu-v 0f0a434
Update to beta v11 version
popescu-v af1e469
Drop test for dropped `build_multi_table_dictionary` Core API function
popescu-v 00711aa
Replace the results_dir parameter with the full path to the analysis …
popescu-v 62b6050
Drop references for dropped build_multi_table_dictionary method
popescu-v 7db1cef
Use file full paths for analysis / coclustering reports in core tests
popescu-v 1c8b5b4
Add variable part information to the coclustering TSV report
popescu-v 82e36d6
Update API reference scenarios to v11
popescu-v 463b8dd
Update reference coclustering reports to v11
popescu-v 9af66df
Update test_core: tackle Pylint warnings
popescu-v 83c6667
Drop deprecated FileTable-based dataset and tuple and sequence datase…
popescu-v 4be329b
Use file paths in remote access tests
popescu-v 3b38079
Stop using dropped (previously deprecated) `key` Dataset parameter
popescu-v 17bf293
Use report file path in estimators, instead of results_dir (dropped i…
popescu-v 24743fe
Stop using file-based datasets in estimators
popescu-v 16c5681
Remove legacy Khiops 9 reference reports and tests for them
popescu-v ac3099a
Set KHIOPS_API_MODE to "true" in the KhiopsLocalRunner
popescu-v 68f0bdc
Use files for simplified coclustering instead of directory
popescu-v baf0bdd
Fail early on non-array-like or non-mapping dataset X specification
popescu-v aaa6cd4
Remove mention of deprecated tuple and list dataset specs from docstr…
popescu-v e9e1fe8
Fit Khiops estimator on dataframe-based datasets in integration test
popescu-v 7a48f15
Mark unused parameters in "template" methods
popescu-v 25b0e48
Remove sklearn tests for file-based datasets (they have been dropped …
popescu-v 62e1477
Drop file-based dataset sklearn sample
popescu-v b3beb9f
Update docstring for target column series in Dataset
popescu-v 2cbcc36
Drop sklearn parameter passing tests for dropped API function
popescu-v 8e77e81
Use file paths for outputs, instead of result_dir (which is dropped i…
popescu-v f9418da
Compute predictor path according to report path to match Khiops v11
popescu-v d8e591e
Use full file path instead of result dir in the sklearn test fixtures
popescu-v 3a4ce8c
Use the new path syntax for referring to secondary tables in scenarios
popescu-v 4b142ac
Reinstate sequence input for estimators'Xes
popescu-v 48532e8
Remove previously-deprecated (now removed) sequence spec estimator test
popescu-v cf217e0
Skip baseline model, always present in regression, absent from the ot…
popescu-v 5af0e66
Drop version checks from samples tests: Khiops binary version is now …
popescu-v f89bba2
Drop deprecated internal_sort estimator parameter
popescu-v 1cde887
Drop deprecated max_part_numbers coclustering parameter
popescu-v 78d8e16
Drop deprecated variables coclustering parameter
popescu-v f94b68a
Drop deprecated `key` estimator parameter
popescu-v 932f81f
Drop deprecated model_report_raw_ estimator attribute
popescu-v 667649f
Update workflows to beta v11
popescu-v 28c8b28
Pin dependency on the khiops-core Conda package to the v11 beta
popescu-v 6bda57c
Update parallel tests to v11 (coclustering)
popescu-v e09a9d2
Drop sklearn estimators tests from remote storage tests
popescu-v 35e417d
Create remote output dir if not existing, in remote tests
popescu-v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.