To train skills model + run the visualization:
- python skills_skipgram.py
- inside the folder called d3-scatterplot run: python3 -m http.server
- open your web browser to http://localhost:8000/plot.html?dataset=embeddings.tsv
To train assignments model + run the visualization:
- python assignments_skipgram.py
- inside the folder called d3-scatterplot run: python3 -m http.server
- open your web browser to http://localhost:8000/plot.html?dataset=assistments.tsv
Example visualization (based on the CAHL lab's D3 tool): http://localhost:8000/plot.html?dataset=example.tsv