All Projects → microsoft → Accelerators

microsoft / Accelerators

Licence: mit
Data science and AI solution accelerator suite that provides templates for prototyping, reporting, and presenting data science analytics of specific domains

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Accelerators

Pipelinex
PipelineX: Python package to build ML pipelines for experimentation with Kedro, MLflow, and more
Stars: ✭ 127 (-5.22%)
Mutual labels:  data-science
Awesome Community Detection
A curated list of community detection research papers with implementations.
Stars: ✭ 1,874 (+1298.51%)
Mutual labels:  data-science
Seq2seq tutorial
Code For Medium Article "How To Create Data Products That Are Magical Using Sequence-to-Sequence Models"
Stars: ✭ 132 (-1.49%)
Mutual labels:  data-science
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-5.22%)
Mutual labels:  data-science
Torchbear
🔥🐻 The Speakeasy Scripting Engine Which Combines Speed, Safety, and Simplicity
Stars: ✭ 128 (-4.48%)
Mutual labels:  data-science
Ds Ai Tech Notes
📖 [译] 数据科学和人工智能技术笔记
Stars: ✭ 131 (-2.24%)
Mutual labels:  data-science
Cape Python
Collaborate on privacy-preserving policy for data science projects in Pandas and Apache Spark
Stars: ✭ 125 (-6.72%)
Mutual labels:  data-science
Tntorch
Tensor Network Learning with PyTorch
Stars: ✭ 133 (-0.75%)
Mutual labels:  data-science
Griffon Vm
Griffon Data Science Virtual Machine
Stars: ✭ 128 (-4.48%)
Mutual labels:  data-science
Rpy2
Interface to use R from Python
Stars: ✭ 132 (-1.49%)
Mutual labels:  data-science
Awesome Scientific Python
A curated list of awesome scientific Python resources
Stars: ✭ 127 (-5.22%)
Mutual labels:  data-science
Dtale Desktop
Build a data visualization dashboard with simple snippets of python code
Stars: ✭ 128 (-4.48%)
Mutual labels:  data-science
Datascicomp
A collection of popular Data Science Challenges/Competitions || Countdown timers to keep track of the entry deadlines.
Stars: ✭ 1,636 (+1120.9%)
Mutual labels:  data-science
Unicode plot.rb
Plot your data by Unicode characters
Stars: ✭ 127 (-5.22%)
Mutual labels:  data-science
Pecan
The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
Stars: ✭ 132 (-1.49%)
Mutual labels:  data-science
Butterfree
A tool for building feature stores.
Stars: ✭ 126 (-5.97%)
Mutual labels:  data-science
Stats337
Readings in applied data science
Stars: ✭ 1,625 (+1112.69%)
Mutual labels:  data-science
Datasciencer
a curated list of R tutorials for Data Science, NLP and Machine Learning
Stars: ✭ 1,727 (+1188.81%)
Mutual labels:  data-science
Automl alex
State-of-the art Automated Machine Learning python library for Tabular Data
Stars: ✭ 132 (-1.49%)
Mutual labels:  data-science
Awesome Datascience Colleges
A list of colleges and universities offering degrees in data science.
Stars: ✭ 131 (-2.24%)
Mutual labels:  data-science

Introduction

acceleratoRs are a collection of R/Python based lightweight data science and AI solutions that offer quick start for data scientists to experiment, prototype, and present their data analytics of specific domains.

Each of accelerators shared in this repo is structured following the project template of the Microsoft Team Data Science Process, in a simplified and accelerator-friendly version. The analytics are scripted in R markdown (Jupyter notebook), and can be used to conveniently yield outputs in various formats (ipynb, PDF, html, etc.).

How-to

  • To start with a new acceleator project, use GeneralTemplate for initialization. The GeneralTemplate consists of three parts which are Code, Data, and Docs.

    • Code - Codes of analytics for the data science problem is put in the directory. R markdown is recommended for scripting as it is easy to yield pure code as well as report in various formats (e.g., PDF, html, etc.) for the convenient of presenting.
    • Data - Data used for the analytics. It is highly recommended to put sample data in the dictory while providing reference to full set of it.
    • Docs - Normally related documentations, references, and perhaps yielded reports will be put in this directory.
  • An accelerator should be able to run interactively in an IDE that supports R markdown such as R Tools for Visual Studio (RTVS), RStudio, VS Code with AI extensions.

  • Makefile is by default provided to generate documents of other formats, or alternatively rmarkdown::render can be used for the same purpose.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

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