Skip to content

Instantly share code, notes, and snippets.

View karm-patel's full-sized avatar

Karm Patel karm-patel

View GitHub Profile
@karm-patel
karm-patel / Gauss_and_quantile_plot.md
Last active March 29, 2022 10:07
gauss_plot.ipynb and quantile_plot.ipynb
Before PR After PR
image image
@karm-patel
karm-patel / bimod_dist_plot.md
Created March 29, 2022 10:42
bimod_dist_plot.ipynb
Before PR After PR
image image

|

@karm-patel
karm-patel / anscombes_quartet_plot.md
Created March 29, 2022 11:20
anscombes_quartet_plot.ipynb
Before PR After PR
image image
@karm-patel
karm-patel / binom_dist_plot.md
Created March 29, 2022 13:56
binom_dist_plot.ipynb
Before PR After PR
image image
@karm-patel
karm-patel / datasaurus_dozen.md
Created April 1, 2022 13:42
datasaurus_dozen.ipynb
Before PR After PR
image image
@karm-patel
karm-patel / activation_function_plot.md
Last active April 2, 2022 15:29
activation_function_plot.ipynb
Before PR After PR
image ![image](image
@karm-patel
karm-patel / iris_logreg.md
Created April 4, 2022 12:36
iris_logreg.ipynb
Before PR After PR
image image
@karm-patel
karm-patel / student_laplace_pdf_plot.md
Created April 7, 2022 14:10
student_laplace_pdf_plot.ipynb
Before PR After PR
image image
@karm-patel
karm-patel / bw_adjust.md
Created April 14, 2022 06:26
bw_adjust
No bw_adjust bw_adjust = 1.5 bw_adjust = 2.0
image image image

Task: Solve the error for the given jupyter notebooks.

  1. Configure python 3.7.13 in your PC. I recommend you to use conda enviornment of python 3.7.13 and use WSL in case of windows OS.
  2. fork master repo (pyprobml). In your fork repo, enable github actions using GUI. click on I understand.... them button. image
  3. Usually we create new branch, then make changes. But in this task, we need to make changes in master branch only, because your changes will be applied on your PR's workflow if you make change in master branch.
  4. So make changes in master branch. And check if notebook runs in google colab also.
  5. Once done push the code in your local repo. This will trigger workflow like below image
  6. Once all workflows are executed, you can click on branch "w