Skip to content

Commit 14a8205

Browse files
committed
✨ Contributions change
1 parent d11d892 commit 14a8205

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/documenter.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ on:
44
push:
55
branches:
66
- dev
7-
- instate-docs
7+
- main
88
tags: '*'
99
pull_request:
1010

11+
concurrency:
12+
# Skip intermediate builds: always.
13+
# Cancel intermediate builds: only if it is a pull request build.
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
16+
1117
jobs:
1218
build:
1319
permissions:

docs/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,10 @@ uuid = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
906906
version = "0.17.9"
907907

908908
[[deps.MLJTransforms]]
909-
deps = ["BitBasis", "CategoricalArrays", "Combinatorics", "Dates", "Distributions", "LinearAlgebra", "MLJModelInterface", "OrderedCollections", "Parameters", "ScientificTypes", "Statistics", "StatsBase", "TableOperations", "Tables"]
909+
deps = ["BitBasis", "CategoricalArrays", "Combinatorics", "Dates", "Distributions", "LinearAlgebra", "MLJModelInterface", "OrderedCollections", "Parameters", "ScientificTypes", "ScientificTypesBase", "Statistics", "StatsBase", "TableOperations", "Tables"]
910910
path = ".."
911911
uuid = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
912-
version = "0.1.4"
912+
version = "0.1.1"
913913

914914
[[deps.MLJTuning]]
915915
deps = ["ComputationalResources", "Distributed", "Distributions", "LatinHypercubeSampling", "MLJBase", "ProgressMeter", "Random", "RecipesBase", "StatisticalMeasuresBase"]

docs/src/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## Credits
2-
This package was created by Essam Wisam as a Google Summer of Code project on categorical encoding, under the mentorship of Anthony Blaom. Subsequently, the package was expanded to include data transformation methods beyond categorical encoders that were originally developed in MLJModels.jl, originally authored by Anthony Blaom.
2+
This package was created by Essam Wisam as a Google Summer of Code project on categorical encoding, under the mentorship of Anthony Blaom offering over eleven different categorical encoding methods. Subsequently, the package was expanded to include eight other data transformation methods beyond categorical encoders that were originally developed in MLJModels.jl, originally authored by Anthony Blaom, Thibaut Lienart , Samuel Okon, Yiannis Simillides, Dilum Aluthge, Sebastian Vollmer, Darren Christopher Lukas, Mateusz Baran, Shuhei Kadowaki, Olivier Labayle, and others.

0 commit comments

Comments
 (0)