Browse Source

docs(visualizations): fix audits format

pull/1687/head
eslopfer 2 years ago
parent
commit
af6a512da9
  1. 48
      subjects/ai/visualizations/audit/README.md

48
subjects/ai/visualizations/audit/README.md

@ -1,6 +1,6 @@
#### Exercise 0: Environment and libraries
##### The exercice is validated is all questions of the exercice are validated
##### The exercise is validated if all questions of the exercise are validated
##### Activate the virtual environment. If you used `conda` run `conda activate your_env`
@ -8,7 +8,7 @@
###### Does it print `Python 3.x`? x >= 8
##### Does `import jupyter`, `import numpy`, `import pandas`, `matplotlib` and `plotly` run without any error ?
##### Do `import jupyter`, `import numpy`, `import pandas`, `matplotlib` and `plotly` run without any error ?
---
@ -16,11 +16,11 @@
#### Exercise 1: Pandas plot 1
##### The exercice is validated is all questions of the exercice are validated
##### The exercise is validated is all questions of the exercise are validated
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria?
###### Does it have a the title ?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
@ -28,11 +28,9 @@
[logo_ex6]: ../w1day03_ex6_plot1.png "Time series ex6"
##### The solution of question 2 is accepted if the plot reproduces the plot in the image by using `plotly.graph_objects` and respect those criteria.
###### For question 2, does the plot reproduce the plot in the image by using `plotly.graph_objects` and respect those criteria?
2.This question is validated if the plot is in the image is reproduced using `plotly.graph_objects` given those criteria:
###### Does it have a the title ?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
@ -46,9 +44,9 @@
#### Exercise 2: Pandas plot 2
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect the following criteria. It is important to observe that the older people are, the the more children they have.
###### For question 1, does the plot reproduce the plot in the image and respect the following criteria? It is important to observe that the older people are, the the more children they have.
###### Does it have a the title ?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
@ -62,9 +60,9 @@
#### Exercise 3: Matplotlib 1
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria?
###### Does it have a the title ?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
@ -84,9 +82,9 @@
#### Exercise 4: Matplotlib 2
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria?
###### Does it have a the title ?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
@ -106,7 +104,7 @@ https://matplotlib.org/gallery/api/two_scales.html
#### Exercise 5: Matplotlib subplots
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduces the plot in the image and respect those criteria?
###### Does it contain 6 subplots (2 rows, 3 columns)?
@ -114,7 +112,7 @@ https://matplotlib.org/gallery/api/two_scales.html
###### Do all subplots contain a title: `Title i`?
###### Do all subplots contain a text `(2,3,i)` centered at `(0.5, 0.5)`? _Hint_: check the parameter `ha` of `text`
###### Do all subplots contain a text `(2,3,i)` centered at `(0.5, 0.5)`? _Hint_: check the parameter `ha` of `text`.
###### Have all subplots been created in a for loop?
@ -128,11 +126,11 @@ https://matplotlib.org/gallery/api/two_scales.html
#### Exercise 6: Plotly 1
##### The exercice is validated is all questions of the exercice are validated
##### The exercise is validated if all questions of the exercise are validated
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria?
###### Does it have a the title ?
###### Does it have the title?
###### Does it have a name on x-axis and y-axis?
@ -140,11 +138,9 @@ https://matplotlib.org/gallery/api/two_scales.html
[logo_ex6]: ../w1day03_ex6_plot1.png "Time series ex6"
##### The solution of question 2 is accepted if the plot reproduces the plot in the image by using `plotly.graph_objects` and respect those criteria.
2.This question is validated if the plot is in the image is reproduced using `plotly.graph_objects` given those criteria:
###### For question 2, does the plot reproduce the plot in the image by using `plotly.graph_objects` and respect those criteria?
###### Does it have a the title ?
###### Does it have a title?
###### Does it have a name on x-axis and y-axis?
@ -158,9 +154,9 @@ https://matplotlib.org/gallery/api/two_scales.html
#### Exercise 7: Plotly Box plots
##### The solution of question 1 is accepted if the plot reproduces the plot in the image and respect those criteria. The code below shows a solution.
###### For question 1, does the plot reproduce the plot in the image and respect those criteria? The code below shows a solution.
###### Does it have a the title ?
###### Does it have a title ?
###### Does it have a legend?

Loading…
Cancel
Save