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

Improve setup.py so that it is more sophisticated #6

Open
mcflyhalf opened this issue Apr 4, 2018 · 0 comments
Open

Improve setup.py so that it is more sophisticated #6

mcflyhalf opened this issue Apr 4, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Rockstar programmer If you can figure out how to solve this issue you are a superstar programmer. Hats off to you.
Milestone

Comments

@mcflyhalf
Copy link
Owner

The setup basically comes up with the Item similarity matrix.

Improve the setup.py file to be able to come up with the files required to run the recommender with its only input as a text-based historical file

Text-based historical record file

In this case, the input is a file containing plain text in csv format. The system will take this file and use it to generate an item similarity matrix. A few things which will also need to be generated along the way are:
* Unique item list. A list of each unique item appearing in the input file
* Unique IDs for each unique item. This may be the name as given in the unique item list or a numerical UID or some other form of appropriate unique identifier
* The item similarity matrix in some form such as a database table.

@mcflyhalf mcflyhalf added enhancement New feature or request Rockstar programmer If you can figure out how to solve this issue you are a superstar programmer. Hats off to you. labels Apr 4, 2018
@mcflyhalf mcflyhalf added this to the V0.2 milestone Apr 4, 2018
@mcflyhalf mcflyhalf changed the title Improve setup.py to be more sophisticated Improve setup.py so that it is more sophisticated Apr 4, 2018
@mcflyhalf mcflyhalf added the help wanted Extra attention is needed label Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Rockstar programmer If you can figure out how to solve this issue you are a superstar programmer. Hats off to you.
Projects
None yet
Development

No branches or pull requests

1 participant