Skip to content

Conversation

@ariane2110
Copy link

Recall : 61,0%

Precision : 69,2%

Here are the steps of my algorithm, to predict the class of a given event :
1- Get similar events by looking at common ressources with the given event
2- Train a logistic regression on the sample data of those similar events
3- Predict the class of the given event by using the trained model

# Recall : 61,0%
# Precision : 69,2%

Here are the steps of my algorithm, to predict the class of a given event :
1- Get similar events by looking at common ressources with the given event
2- Train a logistic regression on the sample data of those similar events
3- Predict the class of the given event by using the trained model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant