File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ footer-link-col: "#404040"
116116# page-img: "/assets/img/bgimage.png"
117117
118118# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
119- # mobile-theme-col: "#0085A1"
119+ mobile-theme-col : " #0085A1"
120120
121121# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
122122# site-css:
@@ -226,12 +226,15 @@ exclude:
226226 - .DS_Store
227227 - backup/
228228
229+ remote_theme : pages-themes/midnight@v0.2.0
230+
229231plugins :
230232 - jekyll-paginate
231233 - jekyll-sitemap
234+ - jekyll-remote-theme
232235
233236# Beautiful Jekyll / Dean Attali
234237# 2fc73a3a967e97599c9763d05e564189
235238
236239# Theme
237- theme : jekyll-theme-midnight
240+ # theme: jekyll-theme-midnight
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ thumbnail-img: /assets/img/thumb.png
77share-img : /assets/img/path.jpg
88gh-repo : arpithub/arpithub.github.io
99gh-badge : [star, fork, follow]
10- tags : [streamlit,ml]
10+ tags : [streamlit,ml, huggingface ]
1111comments : true
1212---
1313
1414I wanted to create a simple app which can let you analyze multiple public datasets at one place and build a prediction pipeline.
1515Here is a Streamlit app which has the mentioned functionality:
16- [ https://huggingface.co/spaces/arpitr/end_to_end_ml_app ] (#End to End ML app )
16+ [ End to End ML app ] ( https://huggingface.co/spaces/arpitr/end_to_end_ml_app )
Original file line number Diff line number Diff line change @@ -65,5 +65,5 @@ Here are the 3 Signifincant Tests we can perform:
6565Although the Odds Ratio is a powerful tool but it should be used very carefully.
6666
6767References:
68- 1 . [ https://www.youtube.com/watch?v=5zPSD_e_N04 ]
69- 2 . [ https://www.youtube.com/watch?v=8nm0G-1uJzA ]
68+ 1 . https://www.youtube.com/watch?v=5zPSD_e_N04
69+ 2 . https://www.youtube.com/watch?v=8nm0G-1uJzA
You can’t perform that action at this time.
0 commit comments