Skip to content

Commit

Permalink
[docs]: update README & add personal webpage to docs icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias-ant committed Jul 19, 2023
1 parent 577cab9 commit d3a901d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ from advertion import validate
train = pd.read_csv("...")
test = pd.read_csv("...")

are_similar = validate(
validate(
trainset=train,
testset=test,
target="label",
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ extra:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/ilias-ant'
- icon: fontawesome/brands/linkedin
link: 'https://www.linkedin.com/in/ilias-ant'
link: 'https://www.linkedin.com/in/ilias-ant'
- icon: fontawesome/solid/blog
link: 'https://ilias-ant.github.io/'

0 comments on commit d3a901d

Please sign in to comment.