You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: __site/assets/literate/data/processing/tutorial.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ first(capacity, 5)
81
81
82
82
This dataframe contains several subgroups (country and technology type) and it would be interesting to get data aggregates by subgroup.
83
83
To obtain a `view` of the DataFrame by subgroup, we can use the `groupby` function.
84
-
(See the [DataFrame tutorial](https://JuliaAI.github.io/DataScienceTutorials.jl/data/dataframe/#groupby) for an introduction to the use of `groupby`)
84
+
(See the [DataFrame tutorial](https://alan-turing-institute.github.io/DataScienceTutorials.jl/data/dataframe/#groupby) for an introduction to the use of `groupby`)
Copy file name to clipboardExpand all lines: __site/assets/literate/end-to-end/airfoil/tutorial.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ Can we do even better? Yeah, we can!! We can make use of Model Tuning.
151
151
@@
152
152
@@dropdown-content
153
153
154
-
In case you are new to model tuning using MLJ, refer [lab5](https://JuliaAI.github.io/DataScienceTutorials.jl/isl/lab-5/) and [model-tuning](https://JuliaAI.github.io/DataScienceTutorials.jl/getting-started/model-tuning/)
154
+
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/)
155
155
156
156
Range of values for parameters should be specified to do hyperparameter tuning
0 commit comments