gui42
08/11/2022, 7:52 PMgui42
08/11/2022, 8:07 PMPetitLepton
08/12/2022, 3:45 PMfrom pluggy import PluginManager
. If I follow the guidelines (which I partly did), I need to run make build-docs
to check the result. When checking the content of the script, it turns out that it installs then entire test environment, including pyspark
(300 MB) and tensorflow
(500MB). This seems to me a bit extreme. Did I do something wrong?datajoely
08/13/2022, 6:22 AMThiago Poletto
08/13/2022, 8:51 PMdatajoely
08/13/2022, 8:52 PMThiago Poletto
08/13/2022, 8:53 PMdatajoely
08/13/2022, 8:54 PMThiago Poletto
08/13/2022, 8:54 PMdatajoely
08/13/2022, 8:54 PMThiago Poletto
08/13/2022, 8:55 PMThiago Poletto
08/13/2022, 8:56 PMdatajoely
08/13/2022, 8:57 PMdatajoely
08/13/2022, 8:57 PMdatajoely
08/13/2022, 8:57 PMThiago Poletto
08/13/2022, 8:59 PMThiago Poletto
08/13/2022, 8:59 PMPetitLepton
08/14/2022, 6:20 AM/home/circleci/project/docs/build/kedro.rst.rst:24:autosummary: stub file not found 'kedro.kedro.config'. Check your autosummary_generate setting.
Did anyone get the same problem?datajoely
08/14/2022, 6:21 AMPetitLepton
08/14/2022, 6:22 AMbrewski
08/14/2022, 10:39 PMbrewski
08/14/2022, 11:28 PMdatajoely
08/15/2022, 9:57 AMjavier.16
08/15/2022, 12:09 PMdatajoely
08/15/2022, 12:20 PMjavier.16
08/15/2022, 1:17 PMdatajoely
08/15/2022, 1:43 PMantheas
08/15/2022, 2:29 PM%pipe tab_adult.ingest
for e1 in (0.3, 0.5, 0.9, 1.5):
pipe("tab_adult.privbayes.synth", {"alg.e1": e1})
It also converts "alg.e1": e1 to {alg: {e1: e1}} for youdatajoely
08/15/2022, 2:33 PMantheas
08/15/2022, 2:34 PMantheas
08/15/2022, 2:34 PM