Plugin for the GraphLinq Engine that uses Machine Learning to process a string of data.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This plugin will allow a Graph to consume data, create a dataset, train a model, and make predictions using ML.NET.
- Add the Machine Learning block to a graph.
- Add a string to the input with the data you want to test.
- Output string will return a Boolean of True or False.
- Sentiment: True is a positive sentiment, false is a negative sentiment.
- Spam: True is spam, false is not spam.
Positive Sentiment
Negative Sentiment
The Spam detection block works the exact same way as the example above.
If you have a suggestion that would make this repository better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
GraphLinq Protocol - @graphlinq_proto
Project Home: https://graphlinq.io
Made with contributors-img.