Skip to content

Commit 4fce828

Browse files
committed
update README with small changes
1 parent fd59354 commit 4fce828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome! The purpose of this repository is to serve as stockpile of statistical methods, modeling techniques, and data science tools. The content itself includes everything from educational vignettes on specific topics, to tailored functions and modeling pipelines built to enhance and optimize analyses, to notes and code from various data science conferences, to general data science utilities. This will remain a work in progress, and I welcome all contributions and constructive criticism. If you have a suggestion or request, please [use the "Issues" tab](https://github.com/pmaji/data-science-toolkit/issues) and/or reach out to me [via Twitter](https://twitter.com/ByPaulJ), and I will respond expeditiously!
44

5-
Note: GitHub often has trouble rendering larger .ipynb files in particular. If you find that you are unable to view one of the jupyter notebooks linked below, I recommend copy and pasting the result into [jupyter's nbviewer](https://nbviewer.jupyter.org/), which will take you to a viewable link like [this one here for my "Visualization with Plotly" notebook](https://nbviewer.jupyter.org/github/pmaji/data-science-toolkit/blob/master/eda-and-visualization/viz_with_plotly.ipynb?flush_cache=true). Note that if you want to ensure that you are viewing the most up-to-date version of the notebook with nbviewer, you should add `?flush_cache=true` to the end of the generated URL [as is described here](https://stackoverflow.com/questions/29034001/i-updated-my-ipython-notebook-gist-but-why-didnt-nbviewer-update); otherwise, your link risks being slightly out-of-date.
5+
Note: GitHub often has trouble rendering larger .ipynb files in particular. If you find that you are unable to view one of the jupyter notebooks linked below, I recommend copy and pasting the result into [jupyter's nbviewer](https://nbviewer.jupyter.org/), which will take you to a viewable link like [this one here for my "Visualization with Plotly" notebook](https://nbviewer.jupyter.org/github/pmaji/data-science-toolkit/blob/master/eda-and-visualization/viz_with_plotly.ipynb?flush_cache=true). Note that if you want to ensure that you are viewing the most up-to-date version of the notebook with nbviewer, you should add `?flush_cache=true` to the end of the generated URL [as is described here](https://stackoverflow.com/questions/29034001/i-updated-my-ipython-notebook-gist-but-why-didnt-nbviewer-update); otherwise, your link risks being slightly out-of-date.
66

77
## Table of Contents
88

0 commit comments

Comments
 (0)