You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to train with good matches from a diffing session using a random forest or decision trees approach, to try to improve the quality of new matches based on previous matches.
Using ML techniques makes sense in some scenarios, like pattern matching. Hopefully, but this is something that I have to try, I can make a simplistic model (probably using SciKit Learn) to improve local matches based on previous matches.
The text was updated successfully, but these errors were encountered:
The idea is to train with good matches from a diffing session using a random forest or decision trees approach, to try to improve the quality of new matches based on previous matches.
Using ML techniques makes sense in some scenarios, like pattern matching. Hopefully, but this is something that I have to try, I can make a simplistic model (probably using SciKit Learn) to improve local matches based on previous matches.
The text was updated successfully, but these errors were encountered: