Skip to content

Commit

Permalink
fd-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 24, 2024
1 parent 3df41c5 commit f0ee66e
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 1 deletion.
Binary file modified __site/__generated/advanced/AMES.tar.gz
Binary file not shown.
Binary file modified __site/__generated/advanced/breastcancer.tar.gz
Binary file not shown.
Binary file modified __site/__generated/advanced/ensembles-3.tar.gz
Binary file not shown.
Binary file modified __site/__generated/advanced/stacking.tar.gz
Binary file not shown.
Binary file modified __site/__generated/data/categorical.tar.gz
Binary file not shown.
Binary file modified __site/__generated/data/dataframe.tar.gz
Binary file not shown.
Binary file modified __site/__generated/data/loading.tar.gz
Binary file not shown.
Binary file modified __site/__generated/data/processing.tar.gz
Binary file not shown.
Binary file modified __site/__generated/data/scitype.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/GLM.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/airfoil.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/boston-flux.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/boston-lgbm.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/crabs-xgb.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/creditfraud.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/horse.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/housekingcounty.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/powergen.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/telco.tar.gz
Binary file not shown.
Binary file modified __site/__generated/end-to-end/wine.tar.gz
Binary file not shown.
Binary file modified __site/__generated/getting-started/composing-models.tar.gz
Binary file not shown.
Binary file modified __site/__generated/getting-started/ensembles-2.tar.gz
Binary file not shown.
Binary file modified __site/__generated/getting-started/ensembles.tar.gz
Binary file not shown.
Binary file modified __site/__generated/getting-started/fit-predict.tar.gz
Binary file not shown.
Binary file modified __site/__generated/getting-started/model-choice.tar.gz
Binary file not shown.
Binary file modified __site/__generated/getting-started/model-tuning.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-10.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-2.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-3.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-4.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-5.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-6b.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-8.tar.gz
Binary file not shown.
Binary file modified __site/__generated/isl/lab-9.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion __site/libs/nav/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function createNavItem(item) {
// set style, link and text content of anchor
link.textContent = item.name;
link.classList.add("main-nav-item");
link.href = (hosted && !item.href.startWith("https"))
link.href = hosted
? origin + "/DataScienceTutorials.jl" + item.href
: item.href;
link.id = item.id;
Expand Down

0 comments on commit f0ee66e

Please sign in to comment.