sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.02k stars 204 forks source link

eda: update configuration doc by adding scatter parameters #689

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

We''ve added the scatter.sample_rate in scatter plot but the doc in parameter configuration is not updated.

Actions: Add scatter.sample_rate below the scatter.sample_size in parameter configuration doc (https://docs.dataprep.ai/user_guide/eda/parameter_configurations.html, where the souce is https://github.com/sfu-db/dataprep/blob/develop/docs/source/user_guide/eda/parameter_configurations.ipynb). The meaning of scatter.sample_rate can be found in https://github.com/sfu-db/dataprep/blob/bf58e30df86d176f73b5aa9a29a626b14695892f/dataprep/eda/configs.py#L648-#L650

jinglinpeng commented 2 years ago

fixed by #691