Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Apr 23, 2024
1 parent 1a24795 commit 953f038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
show-channel-urls: true
- name: Install dependencies
run: |
conda install --yes numpy scipy scikit-learn nltk evomsa jupyter wordcloud IngeoML pandas seaborn
python -c "import nltk; nltk.download('stopwords')"
conda install --yes -c plotly plotly numpy scipy scikit-learn pandas
- name: Render and Publish
run: |
git config --global user.email "mgraffg@ieee.org"
git config --global user.name "mgraffg"
quarto publish gh-pages . --no-browser
quarto publish gh-pages quarto --no-browser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 0 additions & 12 deletions quarto/dialectid.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ Computational models for dialect identification.
# Performance

## Column {.tabset}

<!-- ```{python}
#| echo: false
#| title: Arabic (ar)
import pandas as pd
import seaborn as sns
df = pd.read_csv('data/ar-recall.csv', index_col=0)
df2 = df.sort_values(by=['Training Size', 'Recall'])
fig = sns.relplot(df2, x='Country', y='Recall', hue='Training Size')
fig.set(xticklabels=[])
``` -->

```{python}
#| echo: false
#| title: Arabic (ar)
Expand Down

0 comments on commit 953f038

Please sign in to comment.