All Projects → tgsmith61591 → skutil

tgsmith61591 / skutil

Licence: BSD-3-Clause license
NOTE: skutil is now deprecated. See its sister project: https://github.com/tgsmith61591/skoot. Original description: A set of scikit-learn and h2o extension classes (as well as caret classes for python). See more here: https://tgsmith61591.github.io/skutil

Programming Languages

python
139335 projects - #7 most used programming language
fortran
972 projects
shell
77523 projects

Projects that are alternatives of or similar to skutil

datahub
DataHub - Synthetic data library
Stars: ✭ 66 (+127.59%)
Mutual labels:  sklearn, pandas
Stocks
machine learning web app game where the user competes against the AI in picking stocks
Stars: ✭ 108 (+272.41%)
Mutual labels:  sklearn, pandas
Data-Analyst-Nanodegree
Kai Sheng Teh - Udacity Data Analyst Nanodegree
Stars: ✭ 42 (+44.83%)
Mutual labels:  sklearn, pandas
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (+51.72%)
Mutual labels:  sklearn, pandas
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (+506.9%)
Mutual labels:  sklearn, pandas
skippa
SciKIt-learn Pipeline in PAndas
Stars: ✭ 33 (+13.79%)
Mutual labels:  sklearn, pandas
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+3337.93%)
Mutual labels:  sklearn, pandas
Daily Stock Forecast
Daily Stock Forecasts using Machine Learning & Python
Stars: ✭ 341 (+1075.86%)
Mutual labels:  sklearn, pandas
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+389.66%)
Mutual labels:  sklearn, pandas
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+368.97%)
Mutual labels:  sklearn, pandas
xpandas
Universal 1d/2d data containers with Transformers functionality for data analysis.
Stars: ✭ 25 (-13.79%)
Mutual labels:  sklearn, pandas
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (+620.69%)
Mutual labels:  sklearn, pandas
Cudf
cuDF - GPU DataFrame Library
Stars: ✭ 4,370 (+14968.97%)
Mutual labels:  h2o, pandas
sklearn-predict
机器学习数据,预测趋势并画图
Stars: ✭ 16 (-44.83%)
Mutual labels:  sklearn, pandas
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+365.52%)
Mutual labels:  sklearn, pandas
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (+575.86%)
Mutual labels:  sklearn, pandas
exemplary-ml-pipeline
Exemplary, annotated machine learning pipeline for any tabular data problem.
Stars: ✭ 23 (-20.69%)
Mutual labels:  sklearn, h2o
forecastVeg
A Machine Learning Approach to Forecasting Remotely Sensed Vegetation Health in Python
Stars: ✭ 44 (+51.72%)
Mutual labels:  h2o
scikitcrf NER
Python library for custom entity recognition using Sklearn CRF
Stars: ✭ 17 (-41.38%)
Mutual labels:  sklearn
object-detection-with-svm-and-opencv
detect objects using svm and opencv
Stars: ✭ 24 (-17.24%)
Mutual labels:  sklearn

Build status Coverage Status Supported versions

Note: skutil has been deprecated and will no longer be supported. See its new sister project: skoot



h2o-sklearn

scikit-util

What began as a modest, succinct set of sklearn extension classes and utilities (as well as implementations of preprocessors from R packages like caret) grew to bridge functionality between sklearn and H2O. Now, scikit-util (skutil) brings the best of both worlds to H2O and sklearn, delivering an easy transition into the world of distributed computing that H2O offers, while providing the same, familiar interface that sklearn users have come to know and love. View the documentation here

Pre-installation

Skutil adapts code from several R packages, and thus depends on the ability to compile Fortran code using gcc. For different platforms, there are different ways to install gcc (the easiest, of course, being Homebrew):

  • Mac OS (note: this can take a while):
$ brew install gcc

There is a bug in some setups that will still cause issues in symlinking the gcc files via homebrew. If this is the case, the following line should clear things up:

$ brew link --overwrite gcc
  • Linux:
$ sudo apt-get install gcc

Installation:

Installation is easy. After cloning the project onto your machine and installing the required dependencies, simply use the setup.py file:

$ git clone https://github.com/tgsmith61591/skutil.git
$ cd skutil
$ python setup.py install

Testing

After installation, you can launch the test suite from outside the source directory (you will need to have the nose package installed):

$ nosetests -v skutil

Examples:

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