Skip to content
This repository was archived by the owner on Jul 29, 2023. It is now read-only.
/ pyml Public archive

Docker Image for data analysis with python 3

Notifications You must be signed in to change notification settings

quantmind/pyml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning with Python

Docker Image quantmind/pyml
Source code quantmind/pyml
Created by Quantmind
CI CircleCI

Data analysis and machine learning with python 3.

Usage:

docker pull quantmind/pyml
docker run --rm --name pyml -it quantmind/pyml bash

To show packages installed:

docker run --rm quantmind/pyml python info.py

Contains Python 3.6.1 with the following libraries.

Math & statistics

Processing & Parsers

Database

Machine Learning

  • scikit-learn - data analysis and manipulation in python
  • keras - high-level neural networks API for tensorflow or theano
  • theano - evaluate mathematical expressions involving multi-dimensional arrays efficiently
  • tensorflow - numerical computation using data flow graphs
  • vowpal wabbit - fast online learning code
  • XGBoost - optimized distributed gradient boosting library

About

Docker Image for data analysis with python 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published