You are viewing a single comment's thread from:

RE: Data Science Madness 5: First Recommendations

in #programming2 years ago
So I decided to use a natural language processing technique that turns article text into mathematical coordinates and then measures the distance between these sets of coordinates.

You mentioned this earlier and my newbie mind is blown by what's possible in the data science world :) So grateful for your hard work on creating a publication standardization key for us!

Now I'm trying to decide if I want to get serious enough about Pyscript to attempt making a webpage from this data.

Is this what what you mean when you were talking about running Python code in HTML? If so, is this what would allow people to work with the code you created without needing to know Python or use its programs?

Your hard work here is super impressive!

Sort:  

is this what would allow people to work with the code you created without needing to know Python or use its programs?

Sort of. I'd have to write new code for a Pyscript webpage, but it would allow people to interact with the articles data in a variety ways. It might also be interesting to post stats on the whole collection, like how many articles from each publication, the distribution of ratings, etc.