Flare Prediction
  1. Flare Prediction

all_machine_learning

Public
AuthorCommitMessageCommit dateIssues
Marco SoldatiMarco Soldati
9cc8eb4b8fcFix type in exec config
Marco SoldatiMarco Soldati
a48d2425a52Add 3 features config
Federico BenvenutoFederico Benvenuto
63b6b332a3cfixed the probability computation for the HybridLasso algorithm
Federico BenvenutoFederico Benvenuto
59329c93b8echanged the probability computation for the HybridLasso algorithm
Marco SoldatiMarco Soldati
1dd05d4dfd2redo prediction for whole period.
Federico BenvenutoFederico Benvenuto
0de0e9f5baaconfig file for the combo-solution (on the fly training and prediction)
Federico BenvenutoFederico Benvenuto
d287496ec03MMerge branch 'master' of https://dev.flarecast.eu/stash/scm/pred/all_machine_learning
Federico BenvenutoFederico Benvenuto
91b2a4349d8remove the 'trained model' json file (containing a possibly large pickle object) from the server when we do on-the-fly training and prediction
Marco SoldatiMarco Soldati
80b03837244use new 10 features configuration in test scripts
Marco SoldatiMarco Soldati
9f998139716Update 10 features configuration
Marco SoldatiMarco Soldati
b4ee3e0ac29issuing cadence should take into account "3" and "03" values.
Federico BenvenutoFederico Benvenuto
af5d1a7c836With this modification the HybridLasso method produces a supplementary probability forecast.
Federico BenvenutoFederico Benvenuto
c58758d6ec3Corrected some minor issue and added comments.
Federico BenvenutoFederico Benvenuto
c650e13fdf0added the read_model method, which is used -in place of 'get_algo_model' - in the main file.
Federico BenvenutoFederico Benvenuto
fb9601c01e9This modification allows to the label data frame to be empty.This can be the case of realtime forecast.
Federico BenvenutoFederico Benvenuto
6f716a47d1bChanged the way 'fc_id' is added to the feature data frame.
Federico BenvenutoFederico Benvenuto
4f701cf70f0fixed a bug: read 'properties' instead of 'active_features' in the trained model
Federico BenvenutoFederico Benvenuto
1370033716fAdded offline keyword to deal with combo-solution.With this change we can (write and) read the model offline.
Federico BenvenutoFederico Benvenuto
13e872b1edcFixed a bug in the date management.Removed the use of "additional features" (they do not necessarily exist in realtime data). Added a unique identifier to the name of the algorithm.
Marco SoldatiMarco Soldati
d10e7c12e27Add 10 features config
Federico BenvenutoFederico Benvenuto
3784bae915crenamed params.son
Federico BenvenutoFederico Benvenuto
bccef945e3cmove params.son to test_config
Federico BenvenutoFederico Benvenuto
eb377837557This file serves as an example to run the combo solution: note that the when the phase is set to combo, additional features are set to false.
Federico BenvenutoFederico Benvenuto
77e8501ef91added the combo solution to the main file.It is active when the config file contains 'combo' in the 'phase' field. It allows on the fly training and prediction.
Federico BenvenutoFederico Benvenuto
be3a5ccbce9mange the 'combo' phase keyword: within the engine it behaves as the training phase, but it is managed in a different way in the main.py allowing on-the-fly training and prediction
Federico BenvenutoFederico Benvenuto
a06fac37267added combo_solution.py to check available features and perform training and prediction on the fly
Marco SoldatiMarco Soldati
cdcc9911ef1Fix broken LOG prefix.
Marco SoldatiMarco Soldati
4a2b51b1faccleanup new algorithm configuration
Marco SoldatiMarco Soldati
41657c5611cRemove exit statement.
Marco SoldatiMarco Soldati
b1acabdad7fAdd log statement
Marco SoldatiMarco Soldati
dc2344adbebAdd warning for future calls
Marco SoldatiMarco Soldati
98ff3f2fdcbupdate test_all_main for development purposes only
Marco SoldatiMarco Soldati
b1d937e7fffAdd config für ssa_algo
Marco SoldatiMarco Soldati
85f0b0286c2Get rid of warnings framework and replace by logger.some cleanup (together with Federico)
Marco SoldatiMarco Soldati
c898c3450c7Try to fix yet another bug
Marco SoldatiMarco Soldati
82656b133acTry to fix yet another bug
Marco SoldatiMarco Soldati
234327d43efTry to fix yet another bug
Marco SoldatiMarco Soldati
c9d17c187f7testing method for convenience
Marco SoldatiMarco Soldati
342145ebcc9Fix some issues with empty data frames
Marco SoldatiMarco Soldati
46eaff0491ehousekeeping
Marco SoldatiMarco Soldati
de29524d51dPrediction phase always took the wrong configuration.
Marco SoldatiMarco Soldati
a260fc5c7a8Switch to experimental (faster) property reading
Marco SoldatiMarco Soldati
de6be1da5a8Disable write prediction
Marco SoldatiMarco Soldati
7e7cc5935a0Prepare experimental properties extraction
Marco SoldatiMarco Soldati
789bc53a596Reset read_properties method,
Marco SoldatiMarco Soldati
7b5bc2f2666Make sure to create log dir
Marco SoldatiMarco Soldati
a3b0c1680ecRemove second call to property service.
Marco SoldatiMarco Soldati
3fe1a5905d9Completely refactor flarecast_engine.py in order to better control configuration.
Marco SoldatiMarco Soldati
009957309f5Add the full test runner
Marco SoldatiMarco Soldati
169d9f64013Add missing slash to /ui/ check