DoubleML / doubleml-docs

Documentation and User Guide for DoubleML - Double Machine Learning in Python & R
https://docs.doubleml.org
BSD 3-Clause "New" or "Revised" License
19 stars 10 forks source link

Fix methods names in class structure diagram on starting page #83

Closed PhilippBach closed 2 years ago

PhilippBach commented 2 years ago

Description of the issue or change proposal

The tree-diagram explaining the class structure of the object-oriented implementation still has the old names for the private methods ml_nuisance_and_score_elements and ml_nuisance_tuning (see screenshot below)

https://docs.doubleml.org/stable/_images/oop.svg

Should be nuisance_est and nuisance_tuning instead.

Changes to be done here https://github.com/DoubleML/doubleml-docs/blob/master/doc/oop.svg

Comments, context or references

The figure has already been update in the Python and R package repos, e.g. https://github.com/DoubleML/doubleml-for-r/blob/master/man/figures/oop.svg

PhilippBach commented 2 years ago

done in https://github.com/DoubleML/doubleml-docs/pull/84