mamba create -n MLSS python=3.9 mamba pip ipykernel ipywidgets numpy pandas statsmodels scikit-learn nltk scipy
spacy textacy bs4xgboost matplotlib seaborn umap-learn requests graphviz python-graphviz shap pillow
tensorflow tensorflow-hub wasabi==0.9.1 gensim pyLDAvis keras-preprocessing doubleml pydot
conda activate MLSS
conda install mkl-service
conda install -c powerai tensorflow-gan
python -m spacy download en_core_web_sm
conda deactivate
Main application: Analyzing Wall Street Journal articles
- On eLearn you will find a full issue of the WSJ in text format
Tasks
- Apply a topic model to the documents
- Analyze the documents using an STM
We will also explore embedding methods more generally