Skip to content

memphis-iis/datawhys-content-notebooks-nlp

Repository files navigation

DataWhys Content Notebooks - NLP

Status: content coverage is complete, but problem solving exercises do not exist for the last 3 modules (12/31/21)

This repository contains special topic notebooks on NLP for DataWhys in the form of JupyterLab notebooks (.ipynb files).

These notebooks are completely portable to all JupyterLab environments but require the Blockly extension for the full user experience (see prerequisites below).

For a complete list of topics covered, see the course outline. Each topic has an introduction/worked example notebook and an independent problem solving notebook (-PS).

All materials are currently in Python.

The pedagogy assumes that students have already completed the core topics in datawhys-content-notebooks.

If that is not the case, we suggest students complete at least the first 11 topics of the core course before proceeding:

  • Getting around
    • Getting around
  • Data science and the nature of data
    • Data-science-and-the-nature-of-data.ipynb
    • Data-science-and-the-nature-of-data-PS.ipynb
  • Plotting
    • Plotting.ipynb
    • Plotting-PS.ipynb
  • Descriptive stats
    • Descriptive-statistics.ipynb
    • Descriptive-statistics-PS.ipynb
  • Measures of association
    • Measures-of-association.ipynb
    • Measures-of-association-PS.ipynb
  • Clustering
    • Clustering.ipynb
    • Clustering-PS.ipynb
  • KNN classification
    • KNN-classification.ipynb
    • KNN-classification-PS.ipynb
  • KNN regression
    • KNN-regression.ipynb
    • KNN-regression-PS.ipynb
  • Simple linear regression
    • Simple-linear-regression.ipynb
    • Simple-linear-regression-PS.ipynb
  • Multiple linear regression
    • Multiple-linear-regression.ipynb
    • Multiple-linear-regression-PS.ipynb
  • Logistic regression
    • Logistic-regression.ipynb
    • Logistic-regression-PS.ipynb

Although these core topics will provide most of the general background needed, students may still need to refer to other core notebooks to understand specific models, e.g. random forests.

Check it out!

Static viewing

Click on any notebook in the repository, and GitHub will render it in your browser as a non-interactive document.

Interactive viewing

Launch a demo session by clicking on the Binder badge below.

Binder

If you've never used Jupyter or want to try the Blockly extension, check out the tutorial video below.

Tutorial video using Blockly

Development

Prerequisites

The above is a minimal environment. See the binder subfolder for the recommended conda env and JupyterLab extension installation.

Internal development

Any other content-related materials, e.g. spreadsheets, should be placed in the OneDrive folder. If you create an issue that references a document in that folder, please try to link to said document.

Contributing

If you want to change/correct content, either create an issue describing your change or use a git workflow to make the change.

About

Special topic content on NLP for DataWhys in the form of JupyterLab notebooks (.ipynb files)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published