Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

learning-classifier #58

Merged
merged 23 commits into from
Apr 23, 2016
Merged

learning-classifier #58

merged 23 commits into from
Apr 23, 2016

Conversation

michal7352
Copy link
Contributor

No description provided.

@michal7352 michal7352 changed the title learning mode beginning learning-classifier Apr 21, 2016
@michal7352 michal7352 force-pushed the learning-classifier branch 3 times, most recently from 22f5428 to a796300 Compare April 21, 2016 09:53
@michal7352 michal7352 force-pushed the learning-classifier branch 2 times, most recently from 2780d70 to 75cbea2 Compare April 21, 2016 18:42
Give commands to install dependencies on Debian-based distro.

Relates pull request #58 and issue #63.
Everything installed correctly without this line on Ubuntu 15.10 64-bit.
return feature_vector

def classify(self, signal_list):
"""Classify the symbol to some item id or return None if similirity is to weak."""
Copy link
Owner

@0mp 0mp Apr 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • There is a typo: (...) too weak.

0mp and others added 7 commits April 22, 2016 23:09
- Call `execute()` from `thread/application.py`.
- Add the `data` module where the data of commands and symbols will be
  managed.
- Implement the `executor` module.

No documentation and no tests yet.
(Which relates to the executor.)
Disabled D203 which is in conflict with D211.
0mp added 2 commits April 23, 2016 13:31
data might be used in the future to store static and generated files.
The change purpose is to avoid the name conflict in the future.
0mp added 2 commits April 23, 2016 15:31
Normalizer

Reason for merging: #76.
Executor module.

Because #76.
@0mp 0mp merged commit 79fe5fd into master Apr 23, 2016
@0mp 0mp deleted the learning-classifier branch April 23, 2016 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants