data-science

Data Science

NBViewer MyBinder Datalore GoogleColab

Mathematics • Data Manipulation • Data Visualization • Machine Learning • Deep Learning

Made with Python Made with Markdown Made with LaTex

Command line

conda activate base
conda remove -y -n ds --all
conda create -y -n ds python=3.10.0 pip=24.0
conda activate ds
pip install -r requirements.txt

conda create --name ds-optimize --clone ds

HTML

<code style="font-size:13px"></code>
<img src="../image/chap-09/.png" style="height:300px; margin:20px auto 20px;">
<style>code {font-size: 0.9em}</style>

&#9800;&nbsp;<b>Tip</b><br>
&#9800;&nbsp;<b>Note</b><br>
&#9800;&nbsp;<b>Practice</b><br>

---
*&#9829; By Quang Hung x Thuy Linh &#9829;*

Python imports

import sys; sys.path.append('..')
from dsutil import np, pd, plt, sns, ml, stats

Force update URLs