All Projects → ParrotPrediction → Docker Course Xgboost

ParrotPrediction / Docker Course Xgboost

Materials for an online-course - "Practical XGBoost in Python"

Projects that are alternatives of or similar to Docker Course Xgboost

Keras deep clustering
How to do Unsupervised Clustering with Keras
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Fastpages
An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
Stars: ✭ 2,888 (+1336.82%)
Mutual labels:  jupyter-notebook
Geostatspy
GeostatsPy Python package for spatial data analytics and geostatistics. Mostly a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) in Python. Geostatistics in a Python package. I hope this resources is helpful, Prof. Michael Pyrcz
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (+0%)
Mutual labels:  jupyter-notebook
Cs231n
my assignment solutions for CS231n Convolutional Neural Networks for Visual Recognition
Stars: ✭ 201 (+0%)
Mutual labels:  jupyter-notebook
Data Science Online
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Rosetta
Tools, wrappers, etc... for data science with a concentration on text processing
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Neurotech Course
CS198-96: Intro to Neurotechnology @ UC Berkeley
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Echomods
Open source ultrasound processing modules and building blocks
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Face toolbox keras
A collection of deep learning frameworks ported to Keras for face analysis.
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Pycon2017 Optimizing Pandas
Materials for PyCon 2017 presentation on optimizing Pandas code
Stars: ✭ 201 (+0%)
Mutual labels:  jupyter-notebook
Urban Informatics And Visualization
Urban Informatics and Visualization (UC Berkeley CP255)
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Zaoqi Python
公众号:早起Python
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Pratik Derin Ogrenme Uygulamalari
Çeşitli kütüphaneler kullanılarak Türkçe kod açıklamalarıyla TEMEL SEVİYEDE pratik derin öğrenme uygulamaları.
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Release
Deep Reinforcement Learning for de-novo Drug Design
Stars: ✭ 201 (+0%)
Mutual labels:  jupyter-notebook
Pyqstrat
A fast, extensible, transparent python library for backtesting quantitative strategies.
Stars: ✭ 200 (-0.5%)
Mutual labels:  jupyter-notebook
Joyful Pandas
pandas中文教程
Stars: ✭ 2,788 (+1287.06%)
Mutual labels:  jupyter-notebook
Road lane line detection
Find lane lines on the road using Python and OpenCV, applying Canny edge detectors and Hough line transforms
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Automl service
Deploy AutoML as a service using Flask
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook
Csa Inpainting
Coherent Semantic Attention for image inpainting(ICCV 2019)
Stars: ✭ 202 (+0.5%)
Mutual labels:  jupyter-notebook

Practical XGBoost in Python Docker Container

The following container comes with pre-installed tools required to complete the free Practical XGBoost in Python online course.

What's included

  • Python 3.5
  • Jupyter Notebook
  • Numpy
  • Pandas
  • Scikit-learn
  • XGBoost
  • Matplotlib
  • Seaborn

Requirements

To successfully spin up container please make sure that Docker Engine and Docker Compose are properly installed. If you have troubles please refer to Docker homepage.

Verify if everything looks good by typing:

$ docker -v
Docker version 1.11.1, build 5604cbe

$ docker-compose -v
docker-compose version 1.7.1, build 0a9ab35

Running container

Use created Docker Compose file to provision new container. It will expose Notebook on port 8888 and mount notebooks/ directory.

Inside directory:

$ docker-compose up -d

And in your browser proceed to localhost:8888.

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].