Skip to content
Snippets Groups Projects
Commit 44557ada authored by Charly Lamothe's avatar Charly Lamothe
Browse files

Merge branch 'master' into 'farah_notation_and_related_work'

# Conflicts:
#   .gitignore
parents 7d764f9c feaaeb22
No related branches found
No related tags found
1 merge request!7Farah notation and related work
{
"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": "accuracy",
"best_score_train": 0.9576271186440678,
"best_score_test": 1.0,
"best_parameters": {
"max_depth": 20,
"max_features": "log2",
"min_samples_leaf": 1,
"n_estimators": 1000
},
"random_seed": 883
}
\ 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
...@@ -8,3 +8,8 @@ coverage ...@@ -8,3 +8,8 @@ coverage
awscli awscli
flake8 flake8
python-dotenv>=0.5.1 python-dotenv>=0.5.1
scikit-learn
git+git://github.com/darenr/scikit-optimize@master
python-dotenv
matplotlib
pandas
\ No newline at end of file
...@@ -2,7 +2,8 @@ from setuptools import find_packages, setup ...@@ -2,7 +2,8 @@ from setuptools import find_packages, setup
setup( setup(
name='bolsonaro', name='bolsonaro',
packages=find_packages(), packages=find_packages(where="code", exclude=['doc', 'dev']),
package_dir={'': "code"},
version='0.1.0', version='0.1.0',
description='Bolsonaro project of QARMA non-permanents: deforesting random forest using OMP.', description='Bolsonaro project of QARMA non-permanents: deforesting random forest using OMP.',
author='QARMA team', author='QARMA team',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment