Code Monkey home page Code Monkey logo

autocorrection's Introduction

Overview

package
  • Free software: MIT license

Activate virtual environment

Together with the autoCorrection package you will get

'tensorflow', 'keras', 'numpy', 'kopt', 'scipy', 'h5py', 'sklearn', 'pandas', 'statsmodels', 'pytest'

packages automatically installed, if not present.

If you don't wannt to install these packages globally, please use virtual environment.

If you have problems with virtualenv, installing using conda may help:

(Installation of conda: https://conda.io/docs/user-guide/install/index.html)

Make sure you are using python 3.

conda create -n mypyth3 python=3.6

source activate mypyth3

conda install virtualenv

activate new environment in active python 3 environment:

virtualenv env-with-autoCorrection

source env-with-autoCorrection/bin/activate

Check if you are still using python 3:

python --version

Package Installation

pip install autoCorrection

Deactivate virtual environment

deactivate

Usage

#in python:
python
import autoCorrection
import numpy as np
counts = np.random.negative_binomial(n = 20, p=0.2, size = (10,8))
sf = np.ones((10,8))
corrector = autoCorrection.correctors.AECorrector()
c = corrector.correct(counts = counts, size_factors = sf)

#in R:
library(reticulate)
autoCorrection <- import("autoCorrection")
corrected <- autoCorrection$correctors$AECorrector(model_name, model_directory)$correct(COUNTS, SIZE_FACTORS, only_predict=FALSE)

Documentation

https://i12g-gagneurweb.in.tum.de/public/docs/autocorrection/

autocorrection's People

Contributors

c-mertes avatar matuseviciute avatar

Stargazers

 avatar  avatar

Watchers

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