Skip to main content

This is an ML project in order to automate ML processes

Project description

# nexora Next Explora - yet another machine learning library

## Quick Start Guide

### Installing and Activating Environment

`shell conda env create -f environment.yaml conda activate nexora_env `

### Building and Installing Package

`shell make install version=0.0.1 `

`python import nexora `

### Building Docker Image

`shell docker compose build `

### Running Docker Container

`shell docker compose up -d --no-build ` > http://localhost:8901 [Pwd: welcome1]

> http://localhost:8902

### Runing Unit Tests

`shell make tests `

### Generating the Documents

`shell make docs `

> http://localhost:5001

### Code Quality Checks

`shell make quality `

### Clean conda environment

`shell conda env remove -n nexora_env `

### Additional

`shell pip insall -e . python setup.py sdist `

`shell docker build -t overenginar/nexora:latest . docker run -i -t -p 8901:8888 -p 8902:5001 --name nexora-dev overenginar/nexora:latest docker push overenginar/nexora:latest `

`shell sphinx-quickstart --sep -p nexora -a="Ali Cabukel" -v=0.0.1 -r=0.0.1 -l=en `

`shell python -m tests.test3.test_runner `

`shell optuna-dashboard sqlite:///params.db `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nexora-0.0.1.tar.gz (25.8 kB view hashes)

Uploaded Source

Built Distribution

nexora-0.0.1-py3-none-any.whl (30.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page