realmarcin / embiggen

Embedding generator - embiggen

Home Page:https://embiggen.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embiggen: Embeddding Generator

Travis CI build SonarCloud Quality SonarCloud Maintainability Codacy Maintainability Maintainability

embiggen is a Python 3 package that implements several word2vec and node2vec family algorithms.

This package allows users to perform node2vec analysis using several different word2vec family algorithms.

Setting up embiggen

To do a local install, enter the following command from the main embiggen folder.

pip install --user embiggen

Unit testing

To run the unit testing on the package, generating the coverage and the html report, you can use:

nosetests --with-coverage --cover-package=xn2v --cover-html

Tests Coverage

Since some software handling coverages sometime get slightly different results, here's three of them:

Coveralls Coverage SonarCloud Coverage Code Climate Coverate

About

Embedding generator - embiggen

https://embiggen.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%