Skip to content

Commit

Permalink
fix(dependencies): update hyfi to version 1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Mar 24, 2024
1 parent 3cbad8e commit f894097
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 11 deletions.
35 changes: 29 additions & 6 deletions book/usage/classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@
"text": [
"INFO:hyfi.utils.notebooks:Google Colab not detected.\n",
"INFO:hyfi.utils.notebooks:Extension autotime not found. Install it first.\n",
"INFO:hyfi.joblib.joblib:initialized batcher with <hyfi.joblib.batcher.batcher.Batcher object at 0x7f6decbab400>\n",
"INFO:hyfi.joblib.joblib:initialized batcher with <hyfi.joblib.batcher.batcher.Batcher object at 0x7fd85667cb80>\n",
"INFO:hyfi.main.config:HyFi project [hyfi-ml] initialized\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"project_dir: /raid/data/yjlee/workspace/projects/hyfi-ml/book/usage/$HOME/workspace/projects/hyfi-ml\n",
"project_workspace_dir: /raid/data/yjlee/workspace/projects/hyfi-ml/book/usage/$HOME/workspace/projects/hyfi-ml/workspace\n"
"project_dir: /home/yjlee/workspace/projects/hyfi-ml\n",
"project_workspace_dir: /home/yjlee/workspace/projects/hyfi-ml/workspace\n"
]
}
],
Expand Down Expand Up @@ -108,15 +108,38 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"id": "MuTxifMKE7Mm",
"pycharm": {
"name": "#%%\n"
},
"tags": []
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"<class 'pandas.core.frame.DataFrame'>\n",
"RangeIndex: 714 entries, 0 to 713\n",
"Data columns (total 2 columns):\n",
" # Column Non-Null Count Dtype \n",
"--- ------ -------------- ----- \n",
" 0 긍정 478 non-null object\n",
" 1 부정 236 non-null object\n",
"dtypes: object(2)\n",
"memory usage: 11.3+ KB\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"INFO:hyfi.utils.datasets.save:Saving dataframe to /home/yjlee/workspace/projects/hyfi-ml/workspace/data/cointax_data.parquet\n"
]
}
],
"source": [
"data_dir = h.project.workspace_dir / 'data'\n",
"raw_data = HyFI.load_dataframe(\"cointax.csv\", data_dir)\n",
Expand Down Expand Up @@ -152,7 +175,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hyfiml = 'hyfiml.__cli__:main'
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
click = "^8.1.3"
hyfi = "^1.36.1"
hyfi = "^1.36.2"
# hyfi = { path = "../hyfi", develop = true }
scikit-learn = "^1.4.1.post1"
cleanlab = "^2.6.3"
Expand Down

0 comments on commit f894097

Please sign in to comment.