This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2019-05-22 13:46:14,970] [22/MainThread] [INFO] [root] Building Gridsearcher for grid: {'reg_alpha': [0.0], 'colsample_bylevel': [1.0], 'learning_rate': [0.2, 0.4, 0.8], 'max_delta_step': [0.0], 'booster': ['gbtree'], 'colsample_bytree': [1.0], 'min_child_weight': [0.0], 'subsample': [1.0], 'reg_lambda': [1.0, 3.0, 5.0], 'objective': ['reg:linear'], 'max_depth': [3, 4, 5, 6, 7, 8], 'gamma': [0.0]} | |
[2019-05-22 13:46:14,971] [22/MainThread] [INFO] [root] Fitting 3 folds for each of 54 candidates, totalling 162 fits | |
[2019-05-22 13:46:14,974] [22/MainThread] [INFO] [root] Performing GridSearch with CVInterruptWatcherThread | |
[2019-05-22 13:46:14,974] [22/MainThread] [INFO] [root] Performing GridSearch with Dask | |
[2019-05-22 13:46:14,974] [22/MainThread] [INFO] [root] Creating Dask client | |
[2019-05-22 13:46:15,063] [22/MainThread] [INFO] [root] Client.__init__ called from get_best_estimator | |
[2019-05-22 13:46:15,064] [22/MainThread] [INFO] [root] Client.start called from __init__ | |
[2019-05-22 13:46:15,068] [22/IO loop] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[a4paper,10pt]{report} | |
\usepackage[francais]{babel} % Package babel pour le français | |
\usepackage[T1]{fontenc} % Package pour les accentuations | |
\usepackage[utf8]{inputenc} % Français | |
\usepackage{lmodern} % Pour avoir de bonnes polices en pdf | |
\usepackage{graphicx} % Indispensable pour les figures | |
\usepackage{epstopdf} % Utile pour les figures, résout une erreur | |
\usepackage{amsmath} % Environnement pour les maths, permet du mettre du texte dans les équations | |
\usepackage{textcomp} | |
\usepackage{geometry} % Utilisé pour les marges |
NewerOlder