alan-turing-institute / xpandas

Licence: other
Universal 1d/2d data containers with Transformers functionality for data analysis.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to xpandas

datahub
DataHub - Synthetic data library
Stars: ✭ 66 (+164%)
Mutual labels:  sklearn, pandas
Stocks
machine learning web app game where the user competes against the AI in picking stocks
Stars: ✭ 108 (+332%)
Mutual labels:  sklearn, pandas
Data-Analyst-Nanodegree
Kai Sheng Teh - Udacity Data Analyst Nanodegree
Stars: ✭ 42 (+68%)
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 (+76%)
Mutual labels:  sklearn, pandas
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (+604%)
Mutual labels:  sklearn, pandas
sklearn-predict
机器学习数据,预测趋势并画图
Stars: ✭ 16 (-36%)
Mutual labels:  sklearn, pandas
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+3888%)
Mutual labels:  sklearn, pandas
skippa
SciKIt-learn Pipeline in PAndas
Stars: ✭ 33 (+32%)
Mutual labels:  sklearn, pandas
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+468%)
Mutual labels:  sklearn, pandas
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+444%)
Mutual labels:  sklearn, pandas
Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning algorithms and Neural Networks (MLP, CNN, Distilbert).
Stars: ✭ 30 (+20%)
Mutual labels:  transformers, pandas
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (+736%)
Mutual labels:  sklearn, pandas
Daily Stock Forecast
Daily Stock Forecasts using Machine Learning & Python
Stars: ✭ 341 (+1264%)
Mutual labels:  sklearn, pandas
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+440%)
Mutual labels:  sklearn, pandas
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (+684%)
Mutual labels:  sklearn, pandas
skutil
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
Stars: ✭ 29 (+16%)
Mutual labels:  sklearn, pandas
pandas twitter
Analyzing Trump's tweets using Python (Pandas + Twitter workshop)
Stars: ✭ 81 (+224%)
Mutual labels:  pandas
Active-Explainable-Classification
A set of tools for leveraging pre-trained embeddings, active learning and model explainability for effecient document classification
Stars: ✭ 28 (+12%)
Mutual labels:  sklearn
CS-7641-assignments
CS 7641 - All the code
Stars: ✭ 135 (+440%)
Mutual labels:  sklearn
Data-Science-101
Notes and tutorials on how to use python, pandas, seaborn, numpy, matplotlib, scipy for data science.
Stars: ✭ 19 (-24%)
Mutual labels:  pandas

Logo

Build Status PyPI version

XPandas (extended Pandas) implements 1D and 2D data containers for storing type-heterogeneous tabular data of any type, and encapsulates feature extraction and transformation modelling in an sklearn-compatible transformer interface.

Quickstart

Install the latest version

$ pip install xpandas

and run the example jupyter notebook

$ jupyter examples/ExampleUsage.ipynb

Documentation

The full documentation is available at https://alan-turing-institute.github.io/xpandas/.

Acknowledgements

  • Bernd Bischl (@berndbischl), who mentioned the idea of a general data container with transformers attached to columns in personal discussion with Franz Kiraly during a London visit in 2016.
  • Franz Kiraly (@fkiraly), who initiated and funded the project up to release, and who substantially contributed to the API design.
  • Haoran Xue (@HaoranXue), who, under the supervision of Franz Kiraly, earlier completed a thesis for a degree at UCL on the topic, and who wrote a similar package as part of it. No code was re-used in the creation of the XPandas package.

List of developers and contributors

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