Skip to content

Commit de223d5

Browse files
committed
fd-update
1 parent 98366dd commit de223d5

File tree

128 files changed

+221
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+221
-221
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The last thing to do is to add a link to the page in `_layout/head.html` so that
8383
### Visualise modifications locally
8484

8585
```julia
86-
cd("path/to/MLJTutorials")
86+
cd("path/to/DataScienceTutorials")
8787
using Franklin
8888
serve()
8989
```

__site/assets/literate/EX-airfoil.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Can we do even better? Yeah, we can!! We can make use of Model Tuning.
117117

118118
## Tuning
119119

120-
In case you are new to model tuning using MLJ, refer [lab5](https://alan-turing-institute.github.io/MLJTutorials/isl/lab-5/) and [model-tuning](https://alan-turing-institute.github.io/MLJTutorials/getting-started/model-tuning/)
120+
In case you are new to model tuning using MLJ, refer [lab5](https://alan-turing-institute.github.io/DataScienceTutorials.jl/isl/lab-5/) and [model-tuning](https://alan-turing-institute.github.io/DataScienceTutorials.jl/getting-started/model-tuning/)
121121

122122
Range of values for parameters should be specified to do hyperparameter tuning
123123

__site/data/categorical/index.html

+1-1
Large diffs are not rendered by default.

__site/data/dataframe/index.html

+1-1
Large diffs are not rendered by default.

__site/data/loading/index.html

+1-1
Large diffs are not rendered by default.

__site/data/scitype/index.html

+1-1
Large diffs are not rendered by default.

__site/deploy.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ isdir(scpath) || mkpath(scpath)
2424

2525
ACTIVATE = """
2626
# Before running this, please make sure to activate and instantiate the environment
27-
# corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)
27+
# corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)
2828
# so that you get an environment which matches the one used to generate the tutorials:
2929
#
3030
# ```julia
31-
# cd("MLJTutorials") # cd to folder with the *.toml
31+
# cd("DataScienceTutorials") # cd to folder with the *.toml
3232
# using Pkg; Pkg.activate("."); Pkg.instantiate()
3333
# ```
3434

__site/end-to-end/AMES/index.html

+1-1
Large diffs are not rendered by default.

__site/end-to-end/HouseKingCounty/index.html

+1-1
Large diffs are not rendered by default.

__site/end-to-end/airfoil/index.html

+2-2
Large diffs are not rendered by default.

__site/end-to-end/boston-lgbm/index.html

+1-1
Large diffs are not rendered by default.

__site/end-to-end/crabs-xgb/index.html

+1-1
Large diffs are not rendered by default.

__site/end-to-end/horse/index.html

+1-1
Large diffs are not rendered by default.

__site/end-to-end/wine/index.html

+1-1
Large diffs are not rendered by default.

__site/generated/notebooks/A-composing-models.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-ensembles-2.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-ensembles-3.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-ensembles.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-fit-predict.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-learning-networks-2.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-learning-networks.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-model-choice.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-model-tuning.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/A-stacking.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/D0-categorical.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/D0-dataframe.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/D0-loading.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/D0-scitype.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/EX-AMES.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

__site/generated/notebooks/EX-airfoil.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],
@@ -254,7 +254,7 @@
254254
"\n",
255255
"## Tuning\n",
256256
"\n",
257-
"In case you are new to model tuning using MLJ, refer [lab5](https://alan-turing-institute.github.io/MLJTutorials/isl/lab-5/) and [model-tuning](https://alan-turing-institute.github.io/MLJTutorials/getting-started/model-tuning/)\n",
257+
"In case you are new to model tuning using MLJ, refer [lab5](https://alan-turing-institute.github.io/DataScienceTutorials.jl/isl/lab-5/) and [model-tuning](https://alan-turing-institute.github.io/DataScienceTutorials.jl/getting-started/model-tuning/)\n",
258258
"\n",
259259
"Range of values for parameters should be specified to do hyperparameter tuning"
260260
],

__site/generated/notebooks/EX-boston-lgbm.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"source": [
66
"Before running this, please make sure to activate and instantiate the environment\n",
7-
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/MLJTutorials/master/Manifest.toml)\n",
7+
"corresponding to [this `Project.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Project.toml) and [this `Manifest.toml`](https://raw.githubusercontent.com/alan-turing-institute/DataScienceTutorials.jl/master/Manifest.toml)\n",
88
"so that you get an environment which matches the one used to generate the tutorials:\n",
99
"\n",
1010
"```julia\n",
11-
"cd(\"MLJTutorials\") # cd to folder with the *.toml\n",
11+
"cd(\"DataScienceTutorials\") # cd to folder with the *.toml\n",
1212
"using Pkg; Pkg.activate(\".\"); Pkg.instantiate()\n",
1313
"```"
1414
],

0 commit comments

Comments
 (0)