All Projects → drivendata → Data Science Is Software

drivendata / Data Science Is Software

Licence: mit

Projects that are alternatives of or similar to Data Science Is Software

Geopython
Notebooks and libraries for spatial/geo Python explorations
Stars: ✭ 268 (-1.47%)
Mutual labels:  jupyter-notebook
Deeplearningwithtf2.0
Practical Exercises in TensorFlow 2.0 for Ian Goodfellows Deep Learning Book
Stars: ✭ 270 (-0.74%)
Mutual labels:  jupyter-notebook
Rad
RAD: Reinforcement Learning with Augmented Data
Stars: ✭ 268 (-1.47%)
Mutual labels:  jupyter-notebook
Noah Research
Noah Research
Stars: ✭ 265 (-2.57%)
Mutual labels:  jupyter-notebook
Gophernotes
The Go kernel for Jupyter notebooks and nteract.
Stars: ✭ 3,100 (+1039.71%)
Mutual labels:  jupyter-notebook
Machine learing study
Stars: ✭ 270 (-0.74%)
Mutual labels:  jupyter-notebook
Parallel Tutorial
Parallel computing in Python tutorial materials
Stars: ✭ 268 (-1.47%)
Mutual labels:  jupyter-notebook
Popular Rl Algorithms
PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..
Stars: ✭ 266 (-2.21%)
Mutual labels:  jupyter-notebook
Cutblur
Rethinking Data Augmentation for Image Super-resolution (CVPR 2020)
Stars: ✭ 269 (-1.1%)
Mutual labels:  jupyter-notebook
Unintended Ml Bias Analysis
Stars: ✭ 271 (-0.37%)
Mutual labels:  jupyter-notebook
Graph nn
Graph Classification with Graph Convolutional Networks in PyTorch (NeurIPS 2018 Workshop)
Stars: ✭ 268 (-1.47%)
Mutual labels:  jupyter-notebook
Deep Learning
No description, website, or topics provided.
Stars: ✭ 3,058 (+1024.26%)
Mutual labels:  jupyter-notebook
Streamingphish
Python-based utility that uses supervised machine learning to detect phishing domains from the Certificate Transparency log network.
Stars: ✭ 271 (-0.37%)
Mutual labels:  jupyter-notebook
Facet
Human-explainable AI.
Stars: ✭ 269 (-1.1%)
Mutual labels:  jupyter-notebook
Fba matting
Official repository for the paper F, B, Alpha Matting
Stars: ✭ 272 (+0%)
Mutual labels:  jupyter-notebook
Pgmpy notebook
Short Tutorial to Probabilistic Graphical Models(PGM) and pgmpy
Stars: ✭ 268 (-1.47%)
Mutual labels:  jupyter-notebook
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-0.74%)
Mutual labels:  jupyter-notebook
Numerai
Code from my experiments on Numerai
Stars: ✭ 272 (+0%)
Mutual labels:  jupyter-notebook
Cryptocurrency Price Prediction
Cryptocurrency Price Prediction Using LSTM neural network
Stars: ✭ 271 (-0.37%)
Mutual labels:  jupyter-notebook
Introduction To Python For Computational Science And Engineering
Book: Introduction to Python for Computational Science and Engineering
Stars: ✭ 271 (-0.37%)
Mutual labels:  jupyter-notebook

Data science is Software: #lifehacks for the Jupyer data scientist


Materials for the 1.5 hr talk: (Updated for ODSC East 2017)

ODSC 2017 Video

.
├── data
│   └── raw
│       ├── pumps_train_labels.csv
│       └── pumps_train_values.csv
├── LICENSE
├── notebooks
│   ├── labs
│   │   ├── 2.0-environment-lab.ipynb
│   │   ├── 2.0-environment-solution.ipynb
│   │   ├── 3.0-refactoring-lab.ipynb
│   │   ├── 3.0-refactoring-solution.ipynb
│   │   └── 4.0-testing-lab.ipynb
│   └── lectures
│       ├── 2.0-environment.ipynb
│       ├── 3.0-refactoring.ipynb
│       └── 4.0-testing.ipynb
├── README.md
├── requirements.txt
├── setup.cfg
└── src
    ├── features
    │   ├── build_features.py
    │   └── preprocess_solution.py
    ├── __init__.py
    ├── mcmc
    │   └── hamiltonian.py
    ├── model
    │   └── train_model_solution.py
    ├── tests
    │   ├── example.py
    │   ├── __init__.py
    │   ├── test_example.py
    │   └── test_lab4_solutions.py
    └── utils.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].