From a1d4b382e14501201bf264d1320d3175159d762f Mon Sep 17 00:00:00 2001 From: Jasleen Sondhi Date: Mon, 19 Jun 2023 20:59:30 +0530 Subject: [PATCH] fixed hyperlinks- point to r html files now --- .Rhistory | 33 +++++++++++++++++++++++ 2-Regression/1-Tools/README.md | 2 +- 2-Regression/2-Data/README.md | 2 +- 2-Regression/3-Linear/README.md | 2 +- 2-Regression/4-Logistic/README.md | 2 +- 4-Classification/1-Introduction/README.md | 2 +- 6 files changed, 38 insertions(+), 5 deletions(-) diff --git a/.Rhistory b/.Rhistory index 672f44ee..4cb4ac45 100644 --- a/.Rhistory +++ b/.Rhistory @@ -13,3 +13,36 @@ install.packages("tidyverse") unloadNamespace("dplyr") detach(package:dplyr) unloadNamespace("dplyr") +install.packages("tidymodels") +install.packages("tidymodels") +installed.packages("tidyverse") +install.packages("tidyverse") +install.packages("themis") +install.packages("DataExplorer") +install.packages("DataExplorer", version="0.8.2") +installed.packages("DataExoplorer") +install.packages("DataExplorer", version="0.8.2") +install.packages("DataExplorer", version="0.8.2") +library(DataExplorer) +install.packages("igraph") +library(DataExplorer) +library(DataExplorer) +install.packages("igraph") +install.packages("DataExplorer", version="0.8.2") +install.packages("DataExplorer") +.libPaths() +library(DataExplorer) +remove.packages("DataExoplorer") +install.packages("DataExplorer") +install_github("boxuancui/DataExplorer") +install.packages("devtools") +library(devtools) +install_github("boxuancui/DataExplorer") +install.packages("igraph", repos = "https://cran.r-project.org") +Sys.unsetenv("GITHUB_PAT") +install.packages("igraph", repos = "https://cran.r-project.org") +remotes::install_github("igraph/rigraph@master") +Sys.unsetenv("GITHUB_PAT") +remotes::install_github("igraph/rigraph@master") +install.packages('igraph') +library(igraph) diff --git a/2-Regression/1-Tools/README.md b/2-Regression/1-Tools/README.md index 3273c80b..912de1bc 100644 --- a/2-Regression/1-Tools/README.md +++ b/2-Regression/1-Tools/README.md @@ -6,7 +6,7 @@ ## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/9/) -> ### [This lesson is available in R!](./solution/R/lesson_1-R.ipynb) +> ### [This lesson is available in R!](./solution/R/lesson_1.html) ## Introduction diff --git a/2-Regression/2-Data/README.md b/2-Regression/2-Data/README.md index ac52372f..69e8adaa 100644 --- a/2-Regression/2-Data/README.md +++ b/2-Regression/2-Data/README.md @@ -6,7 +6,7 @@ Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded) ## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/11/) -> ### [This lesson is available in R!](./solution/R/lesson_2-R.ipynb) +> ### [This lesson is available in R!](./solution/R/lesson_2.html) ## Introduction diff --git a/2-Regression/3-Linear/README.md b/2-Regression/3-Linear/README.md index e90295aa..c9060034 100644 --- a/2-Regression/3-Linear/README.md +++ b/2-Regression/3-Linear/README.md @@ -4,7 +4,7 @@ > Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded) ## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/13/) -> ### [This lesson is available in R!](./solution/R/lesson_3-R.ipynb) +> ### [This lesson is available in R!](./solution/R/lesson_3.html) ### Introduction So far you have explored what regression is with sample data gathered from the pumpkin pricing dataset that we will use throughout this lesson. You have also visualized it using Matplotlib. diff --git a/2-Regression/4-Logistic/README.md b/2-Regression/4-Logistic/README.md index 43ca6aef..321de9d5 100644 --- a/2-Regression/4-Logistic/README.md +++ b/2-Regression/4-Logistic/README.md @@ -4,7 +4,7 @@ ## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/15/) -> ### [This lesson is available in R!](./solution/R/lesson_4-R.ipynb) +> ### [This lesson is available in R!](./solution/R/lesson_4.html) ## Introduction diff --git a/4-Classification/1-Introduction/README.md b/4-Classification/1-Introduction/README.md index 513fd09b..da84c188 100644 --- a/4-Classification/1-Introduction/README.md +++ b/4-Classification/1-Introduction/README.md @@ -21,7 +21,7 @@ Classification uses various algorithms to determine other ways of determining a ## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/19/) -> ### [This lesson is available in R!](./solution/R/lesson_10-R.ipynb) +> ### [This lesson is available in R!](./solution/R/lesson_10.html) ### Introduction