Code Monkey home page Code Monkey logo

actableai-lib_on1z's Introduction

Actions Status Actions Status


Logo

Advanced Analytics and Data Science made easy
Explore the docs

View Demo · Report Bug · Request Feature

Contributors Forks Stargazers Issues Apache v2.0 License LinkedIn

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

actableai-lib is a Python module for automated Machine Learning and Analytics. It offers a wide range of tasks that automatically infer statistics or results based on your data.

This repository is a library used for our main app app.actable.ai where you can run every analytics and inferences without coding.

This project is started and maintained by Actable AI.

Built With

Environment

Prerequisites

  • You need to have python 3.7 installed with pip
  • You need to have R installed
  • You need to have multi_rake installed in your python env : One way to do so is pip install git+https://github.com/Actable-AI/multi_rake@master#egg=multi_rake
  • If you are using the gpu version, you need CUDA 11.0 installed for mxnet

Installation

  • Option 1 - Install from PyPI :
pip install actableai-lib[gpu]
  • Option 2 - Install from source :
git clone [email protected]:Actable-AI/actableai-lib.git --recursive
cd actableai-lib
pip install .[gpu]

To contribute to the repo, when installing from source, run pip install -e .[gpu,dev] instead of pip install .[gpu] to enable pip's developer mode.

You can also replace [gpu] with [cpu] to use the cpu only version.

Usage

  • Running a Classification :
import pandas as pd
from actableai import AAIClassificationTask

df = pd.read_csv("path/to/dataframe.csv")
result = AAIClassificationTask().run(
  df,
  target='target_column'
)
  • Running a Correlation Analysis :
import pandas as pd
from actableai import AAICorrelationTask

df = pd.read_csv("path/to/dataframe.csv")
result = AAICorrelationTask().run(
  df,
  target='target_column'
)

For detailed examples and common use cases, please refer to the Documentation

Roadmap

  • Add Changelog
  • Add LICENSE
  • Add PyPI installer
  • Survival Analysis
  • Multi Armed Bandit

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

To contribute to the code base, after cloning :

  1. Install our git hooks by running locally :
./scripts/setup_hooks.sh
  1. Create your Feature/BugFix Branch: git checkout -b feature/AmazingFeature
  2. Commit your Changes: git commit -m 'Add some AmazingFeature'
  3. Push to the Branch: git push origin feature/AmazingFeature
  4. Open a Pull Request

Your pull request will be reviewed asap by an Actable AI maintainer.

License

Distributed under the License Apache v2.0. See LICENSE file for more information.

Contact

Trung Huynh - @Linkedin - [email protected]

Project Link: https://github.com/Actable-AI/actableai-lib

Official Maintainers

For any question about the ML Library feel free to send us a message :

(back to top)

actableai-lib_on1z's People

Contributors

demycode avatar axeng avatar trunghlt avatar mehdiactable avatar thien-nguyenthanh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.