MaxHalford / Xam
Licence: mit
🎯 Personal data science and machine learning toolbox
Stars: ✭ 306
Programming Languages
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Xam
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (+291.83%)
Mutual labels: data-science, stacking
Heamy
A set of useful tools for competitive data science.
Stars: ✭ 511 (+66.99%)
Mutual labels: data-science, stacking
Lightautoml
LAMA - automatic model creation framework
Stars: ✭ 196 (-35.95%)
Mutual labels: data-science, stacking
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+220.92%)
Mutual labels: data-science, stacking
Automl alex
State-of-the art Automated Machine Learning python library for Tabular Data
Stars: ✭ 132 (-56.86%)
Mutual labels: data-science, stacking
Automlpipeline.jl
A package that makes it trivial to create and evaluate machine learning pipeline architectures.
Stars: ✭ 223 (-27.12%)
Mutual labels: data-science, stacking
Dagster
An orchestration platform for the development, production, and observation of data assets.
Stars: ✭ 4,099 (+1239.54%)
Mutual labels: data-science
Learning
Becoming better at data science every day
Stars: ✭ 4,659 (+1422.55%)
Mutual labels: data-science
Awesome H2o
A curated list of research, applications and projects built using the H2O Machine Learning platform
Stars: ✭ 293 (-4.25%)
Mutual labels: data-science
Autogluon
AutoGluon: AutoML for Text, Image, and Tabular Data
Stars: ✭ 3,920 (+1181.05%)
Mutual labels: data-science
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+963.4%)
Mutual labels: data-science
Spark Notebook
Interactive and Reactive Data Science using Scala and Spark.
Stars: ✭ 3,081 (+906.86%)
Mutual labels: data-science
Datasets
A repository of pretty cool datasets that I collected for network science and machine learning research.
Stars: ✭ 302 (-1.31%)
Mutual labels: data-science
Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (-3.92%)
Mutual labels: data-science
Cartola
Extração de dados da API do CartolaFC, análise exploratória dos dados e modelos preditivos em R e Python - 2014-20. [EN] Data munging, analysis and modeling of CartolaFC - the most popular fantasy football game in Brazil and maybe in the world. Data cover years 2014-19.
Stars: ✭ 304 (-0.65%)
Mutual labels: data-science
Python Seminar
Python for Data Science (Seminar Course at UC Berkeley; AY 250)
Stars: ✭ 302 (-1.31%)
Mutual labels: data-science
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+1401.31%)
Mutual labels: data-science
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+942.81%)
Mutual labels: data-science
xam
is my personal data science and machine learning toolbox. It is written in Python 3 and stands on the shoulders of giants (mainly pandas and scikit-learn). It loosely follows scikit-learn's fit
/transform
/predict
convention.
Installation
- Install Anaconda for Python 3.x >= 3.5
- Run
pip install git+https://github.com/MaxHalford/xam --upgrade
in a terminal
⚠️ Because xam is a personal toolkit, the --upgrade
flag will install the latest releases of each dependency (scipy, pandas etc.). I like to stay up-to-date with the latest library versions.
Table of contents
Usage example is available in the docs folder. Each example is tested with doctest.
- Ensembling
- Exploratory data analysis (EDA)
- Feature extraction
- Feature selection
- Linear models
- Model selection
- Natural Language Processing (NLP)
- Pipeline
- Plotting
- Preprocessing
- Time series analysis (TSA)
- Various
Other Python data science and machine learning toolkits
- fastai/fastai
- Laurae2/Laurae
- rasbt/mlxtend
- reiinakano/scikit-plot
- scikit-learn-contrib
- zygmuntz/phraug2
License
The MIT License (MIT). Please see the license file for more information.
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].