Skip to content
Snippets Groups Projects
Commit dcff5e38 authored by Léo Bouscarrat's avatar Léo Bouscarrat
Browse files

Results for bayesian search

parent d89d9d52
Branches
No related tags found
1 merge request!3clean scripts
models/* models/*
results/*
*/.kile/* */.kile/*
*.kilepr *.kilepr
......
{
"scorer": "accuracy",
"best_score_train": 0.7953125,
"best_score_test": 0.7909854175872735,
"best_parameters": {
"max_depth": 20,
"max_features": "sqrt",
"min_samples_leaf": 1,
"n_estimators": 809
},
"random_seed": 1763
}
\ No newline at end of file
{
"scorer": "neg_mean_squared_error",
"best_score_train": -11.238253315624897,
"best_score_test": -7.312532120669678,
"best_parameters": {
"max_depth": 20,
"max_features": "auto",
"min_samples_leaf": 1,
"n_estimators": 1000
},
"random_seed": 289
}
\ No newline at end of file
{
"scorer": "accuracy",
"best_score_train": 0.96,
"best_score_test": 0.956140350877193,
"best_parameters": {
"max_depth": 20,
"max_features": "sqrt",
"min_samples_leaf": 1,
"n_estimators": 1000
}
}
\ No newline at end of file
{
"scorer": "neg_mean_squared_error",
"best_score_train": -3380.975223665973,
"best_score_test": -2604.589761961369,
"best_parameters": {
"max_depth": 17,
"max_features": "auto",
"min_samples_leaf": 10,
"n_estimators": 804
},
"random_seed": 1679
}
\ No newline at end of file
{
"scorer": "accuracy",
"best_score_train": 0.9767932489451476,
"best_score_test": 0.9861111111111112,
"best_parameters": {
"max_depth": 16,
"max_features": "sqrt",
"min_samples_leaf": 1,
"n_estimators": 1000
},
"random_seed": 1679
}
\ No newline at end of file
{
"scorer": "neg_mean_squared_error",
"best_score_train": -268.00052987557854,
"best_score_test": -206.18071759259263,
"best_parameters": {
"max_depth": 3,
"max_features": "sqrt",
"min_samples_leaf": 232,
"n_estimators": 16
},
"random_seed": 1679
}
\ No newline at end of file
{
"scorer": "accuracy",
"best_score_train": 0.9857142857142858,
"best_score_test": 0.9722222222222222,
"best_parameters": {
"max_depth": 20,
"max_features": "log2",
"min_samples_leaf": 1,
"n_estimators": 1000
},
"random_seed": 1679
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment