Data Science Topics

Preface

This book is to teach students specialized areas and topics of Data Science. To follow along and execute the code samples, you will need Docker installed. The Docker container is located on Docker Hub. After you have installed Docker, you may run the container as follows.

docker run -it \
 -p 8888:8888 \
 -p 6006:6006 \
 --gpus all \
 oneoffcoder/book-datascience

Note that this Docker container has Jupyter Lab running on port 8888. You may access Jupyter Lab at http://localhost:8888 when the Docker container is running.

The diagram below is a high-level map for this notebook-heavy collection. It groups the topics into foundations, modeling methods, causal reasoning, and domain applications so the overall structure is easier to scan before diving into individual notebooks.

Use the diagram as orientation rather than a strict prerequisite chain. The book is intentionally broad, but most notebooks fit into one of those larger clusters.

References

About

One-Off Coder logo.

One-Off Coder is an educational, service and product company. Please visit us online to discover how we may help you achieve life-long success in your personal coding career or with your company’s business goals and objectives.

Author

Jee Vang, Ph.D.