Skip to content

Arya0309/Text-Classification-homework-Sep23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Text-Classification-homework-Sep23

The environment is built by micromamba. Please install micromamba by the command below

wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
./bin/micromamba shell init -s <your_shell> -p ~/micromamba
source ~/.bashrc

and set the environment with the command below

micromamba create -n <env_name> -f textc_env.yml
micromamba activate <env_name>

Result

accuracy precision f1 score

Improve

  1. All f1, precision and accuracy are 0.945 because the use of "micro" average, the problem can be solve by changing it into "macro" average.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages