Skip to main content

Generator gibberish feature for machine learning

Project description

Overview
========

A sample python lib generate the gibberish feature

Usage
=====
```
import pydomaingibfeature
if __name__ == '__main__':
#f = pydomaingibfeature.PyDomainGibFeature({'npart': 3,
# 'mfiles': ['ch2.pki','ch3.pki','ch4.pki','en2.pki','en3.pki','en4.pki',]})
f = pydomaingibfeature.PyDomainGibFeature({})
while True:
iput = raw_input().strip()
print f.range()
print f.feature(iput)
```

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

pydomaingibfeature-0.1.2.tar.gz (2.8 kB view hashes)

Uploaded Source

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