Skip to content

Commit 947745e

Browse files
authored
Merge pull request #55 from eXascaleInfolab/naterq_pp_docker
naterq pp docker: - docker compose - notebook - correction plots
2 parents 99ed0f3 + 2513383 commit 947745e

37 files changed

+91
-70
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Ignore configuration and build script
22
.pypirc
33
build_script.txt
4-
*03_imputegap_exercices.ipynb
4+
*03_imputegap_exercices.ipynb
5+
*03_imputegap_exercices_sol.ipynb
6+
*assignment_imputegap.ipynb

.idea/imputegap.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jupyter-settings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ The benchmarking module can be utilized as follows:
330330
```python
331331
from imputegap.recovery.benchmark import Benchmark
332332

333-
my_algorithms = ["SoftImpute", "KNNImpute"]
333+
my_algorithms = ["SoftImpute", "MeanImpute", "CDRec"]
334334

335335
my_opt = ["default_params"]
336336

@@ -388,7 +388,7 @@ imputer.impute()
388388
# compute and print the downstream results
389389
downstream_config = {"task": "forecast", "model": "hw-add", "comparator": "ZeroImpute"}
390390
imputer.score(ts.data, imputer.recov_data, downstream=downstream_config)
391-
ts.print_results(imputer.downstream_metrics, algorithm=imputer.algorithm)
391+
ts.print_results(imputer.downstream_metrics, text="Downstream results")
392392
```
393393

394394
All downstream models developed in ImputeGAP are available in the ``ts.forecasting_models`` module, which can be listed as follows:
1.12 MB
Loading

assets/logo_imputegap_Manager.png

897 KB
Loading

assets/logo_imputegap_Patterns.png

888 KB
Loading

assets/logo_imputegap_Release.png

1.29 MB
Loading

assets/logo_imputegap_automl.png

1.22 MB
Loading

0 commit comments

Comments
 (0)