Organon Automated ML Platform
Project description
Autonon
AUTONON is a groundbreaking library developed by Organon Analytics, revolutionizing the world of Machine Learning. With its advanced capabilities, AUTONON automates and accelerates the entire Machine Learning process(MLops), enabling swift application to real-life challenges. As a versatile Python library available in both private and public clouds, AUTONON offers open source and commercial versions, catering to diverse user needs. Featuring four powerful modules, AUTONON empowers users with unparalleled capabilities. The feature extraction module enables efficient extraction of relevant information from datasets, while the data quality module ensures the integrity and reliability of input data. The machine learning module facilitates seamless model development and optimization, while the deep learning module opens doors to cutting-edge neural network architectures. By leveraging AUTONON, data scientists and practitioners can unlock new levels of efficiency, productivity, and accuracy in their Machine Learning endeavors. Whether it's accelerating research projects, developing innovative solutions, or tackling complex business problems, AUTONON empowers users to achieve exceptional results and stay at the forefront of the rapidly evolving field of Machine Learning
- Documentation
- Code of Conduct
- Contribution
- Bug reports: You can use GitLab issues.
- Contact: support@organonanalytics.com
- Company website: Organon Analytics
Installation
pip install autonon
Requirements
A compiler for C is required for building cython modules. Check requirements for your operating system in https://cython.readthedocs.io/en/latest/src/quickstart/install.html
For oracle connections, cx_Oracle library is used. This library requires Oracle Client Libraries to be installed. Please follow the instructions in the link : https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#install-oracle-client
Preparing Development Environment
After you pull the code, run
cmd /c setup.bat
for Windows
chmod u=rwx setup.sh
./setup.sh
for Linux.
This script will prepare a virtual environment('orgenv') and build cython source files. Then, you can start development after activating "orgenv" environment
NOTE: Script uses default python version in your system to generate the virtual environment. If your default python version is less than 3.8 or you want to use another python version, you can change the "python" commands in the script with the path to python version you want to use.
Unit Tests And Coverage
To run unittests and measure code coverage:
- Activate 'orgenv' virtual environment
- Run command to run coverage:
coverage run --omit='*orgenv*' -m unittest organon/all_tests.py
- Run command to get coverage report:
coverage report
License
This project is licensed under the terms of the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autonon-0.4.1.tar.gz
.
File metadata
- Download URL: autonon-0.4.1.tar.gz
- Upload date:
- Size: 303.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b11160a4be4a5e9e06163d9b9d04903a79036ecac98708852e6afe05f4d1f4c |
|
MD5 | c9d1625f2d4cb382ce1b98bbc169a023 |
|
BLAKE2b-256 | 1be1b5d212dae844dd34af09d1f49d771727313a8b0809305d90fabc17767b0a |
File details
Details for the file autonon-0.4.1-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: autonon-0.4.1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 722.1 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2917d4e320604be852f8f6e09555c26aed7e0d1610ed0c70744b9c45b5b27a3 |
|
MD5 | fa27cbdf784c4a762f7128fe051387d1 |
|
BLAKE2b-256 | 145c0fd5588425b1f448fcd40291c7e3f92afde33a4231eb58a4fe6f3bddcc91 |