From 5bc562d2e61e34fba31e1353e0aa9b464b62b90c Mon Sep 17 00:00:00 2001 From: arpithub Date: Wed, 10 Apr 2024 23:12:55 -0500 Subject: [PATCH] fixed typos --- _config.yml | 7 +++++-- _posts/2022-09-01-streamlit-end-to-end-ml-app.md | 4 ++-- _posts/2023-01-02-odds-ratio.md | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index ce73a47..fc8375a 100755 --- a/_config.yml +++ b/_config.yml @@ -116,7 +116,7 @@ footer-link-col: "#404040" #page-img: "/assets/img/bgimage.png" # Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers. -#mobile-theme-col: "#0085A1" +mobile-theme-col: "#0085A1" # For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here #site-css: @@ -226,12 +226,15 @@ exclude: - .DS_Store - backup/ +remote_theme: pages-themes/midnight@v0.2.0 + plugins: - jekyll-paginate - jekyll-sitemap + - jekyll-remote-theme # Beautiful Jekyll / Dean Attali # 2fc73a3a967e97599c9763d05e564189 # Theme -theme: jekyll-theme-midnight +# theme: jekyll-theme-midnight diff --git a/_posts/2022-09-01-streamlit-end-to-end-ml-app.md b/_posts/2022-09-01-streamlit-end-to-end-ml-app.md index 1722f16..f9e99e4 100755 --- a/_posts/2022-09-01-streamlit-end-to-end-ml-app.md +++ b/_posts/2022-09-01-streamlit-end-to-end-ml-app.md @@ -7,10 +7,10 @@ thumbnail-img: /assets/img/thumb.png share-img: /assets/img/path.jpg gh-repo: arpithub/arpithub.github.io gh-badge: [star, fork, follow] -tags: [streamlit,ml] +tags: [streamlit,ml, huggingface] comments: true --- I wanted to create a simple app which can let you analyze multiple public datasets at one place and build a prediction pipeline. Here is a Streamlit app which has the mentioned functionality: -[https://huggingface.co/spaces/arpitr/end_to_end_ml_app](#End to End ML app) +[End to End ML app](https://huggingface.co/spaces/arpitr/end_to_end_ml_app) \ No newline at end of file diff --git a/_posts/2023-01-02-odds-ratio.md b/_posts/2023-01-02-odds-ratio.md index f344cef..fe8c10b 100755 --- a/_posts/2023-01-02-odds-ratio.md +++ b/_posts/2023-01-02-odds-ratio.md @@ -65,5 +65,5 @@ Here are the 3 Signifincant Tests we can perform: Although the Odds Ratio is a powerful tool but it should be used very carefully. References: -1. [https://www.youtube.com/watch?v=5zPSD_e_N04] -2. [https://www.youtube.com/watch?v=8nm0G-1uJzA] +1. https://www.youtube.com/watch?v=5zPSD_e_N04 +2. https://www.youtube.com/watch?v=8nm0G-1uJzA