Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Sep 19, 2021 - Jupyter Notebook
{{ message }}
Python Data Science Handbook: full text in Jupyter Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
Statistical data visualization in Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Open Machine Learning Course
A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Visual analysis and diagnostic tools to facilitate machine learning model selection.
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
Matplotlib 3.1 cheat sheet.
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Hi there,
while playing with the alpha mode (alpha=0.1) I noticed that the marker have a border. Is that a feature, or is there any way to disable it?
`
if df.signal_bull_week.notna().sum() > 0:
signal_bull_week = mpf.make_addplot( df.signal_bull_week -
A site that displays up to date COVID-19 stats, powered by fastpages.
An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
Matplotlib Jupyter Integration
High-level geospatial data visualization library for Python.
Cartopy - a cartographic python library with matplotlib support
"Cyberpunk style" for matplotlib plots
Data ETL & Analysis on the dataset 'Baby Names from Social Security Card Applications - National Data'.
Add a description, image, and links to the matplotlib topic page so that developers can more easily learn about it.
To associate your repository with the matplotlib topic, visit your repo's landing page and select "manage topics."
Bug summary
The only way (that I am aware of) to control the linewidth of hatches is through an rc parameter. But temporarily modifying the parameter with
plt.rc_contexthas not effect.Code for reproduction