Граф коммитов

74 Коммитов

Автор SHA1 Сообщение Дата
Ali Zaidi f0c0b07309 refactor: loaders class now only deals with features and labels directly 2021-01-14 16:58:32 -08:00
Ali Zaidi 80978f3acb UPDATE: fix tests in skmodels 2021-01-12 09:59:12 -08:00
Ali Zaidi 6cd5395e42 UPDATE: gboost models when separate regressors 2021-01-12 17:42:51 +00:00
HosseinHeris 9e191a1e46 Merge branch 'alizaidi/refactor' of https://github.com/microsoft/datadrivenmodel into alizaidi/refactor 2021-01-12 08:46:29 -08:00
HosseinHeris b506a0b4ff sklearn gradient boost, support vector machine and linear regressor glued. tests also added 2021-01-11 21:47:35 -08:00
Ali Zaidi 692a0851c6 UPDATE: tests + updates to modeler scripts for separate algos 2021-01-11 16:20:36 -08:00
Ali Zaidi 2485284f05 ADD: datamodeler2 with initial update for scriptable model training and saving 2021-01-11 16:19:44 -08:00
HosseinHeris 179ff13b2d added -dataclasses==0.6 to resolve torch dependancies 2021-01-11 14:50:56 -08:00
Ali Zaidi cdb0b637ab Merge remote-tracking branch 'origin/journeyman/carry_refactor' into alizaidi/refactor 2021-01-05 11:56:15 -08:00
Ali Zaidi 6738147739 UPDATE: partial fit class for gboost 2021-01-05 11:56:13 -08:00
Journey McDowell 0fcbfe0673 Trying to integrate gboost class into tool 2021-01-04 09:16:23 -08:00
Journey McDowell 306afa0f34 Minimal working for Journey using gboost and sim_predictor.py 2021-01-03 18:02:36 -08:00
Ali Zaidi 73cfd9915d update: fixing gboost multivariate regression save 2020-12-18 10:42:56 -08:00
Ali Zaidi aef7b89d13 UPDATE: hmm so multioutputregressor is working now 🤷 2020-12-17 19:06:34 -08:00
Ali Zaidi 961aec20f6 tests and timelag -> iteration_order to prevent argument clashing 2020-12-17 18:48:51 -08:00
Ali Zaidi b4a34557b0 UPDATE: sim predictor with gboost demo 2020-12-17 18:37:28 -08:00
Ali Zaidi ac9fdcac06 UPDATE: predictors and tests for gbm 2020-12-17 17:55:28 -08:00
Ali Zaidi e68dbb7751 UPDATE: better logging + add gboost reqs to env 2020-12-17 13:54:46 -08:00
Ali Zaidi b713afbfd3 UPDATE: add sweeping requirements for tune and add tests 2020-12-17 13:11:30 -08:00
Ali Zaidi 6cfd67a20d UPDATE: new loaders and tests for refactor 2020-12-17 13:02:27 -08:00
Ali Zaidi 0d0076d556 INITIAL TESTS 2020-12-17 18:15:35 +00:00
Ali Zaidi 88d8c0da91 ADD: data loader file 2020-12-17 18:15:25 +00:00
Ali Zaidi 3a1e6ce88d merge: orgin/main 2020-12-16 08:49:34 +00:00
Ali Zaidi b30d875046 update: gitignore 2020-12-15 21:46:11 +00:00
Ali Zaidi 92a969e93f update: ddm refactor1 2020-12-15 21:45:32 +00:00
journeyman-msft 7a3f69d307
Merge pull request #18 from microsoft/journeyman/bugfix_httpserror
Including import to handle https errors
2020-12-11 11:55:43 -07:00
Journey McDowell bec47e5321 Including import to handle https errors 2020-12-11 10:54:26 -08:00
Mikayel Mirzoyan 8dc778f901
Merge pull request #17 from microsoft/journeyman/readme_scenario_and_notebook
Updating README to make it clearer that this tool expects initial con…
2020-12-08 10:58:17 -08:00
Journey McDowell 70d4d1f4c4 changing verbage from sample to test in GMM 2020-12-08 10:55:26 -08:00
Journey McDowell 00e5fd52bf Updating README to make it clearer that this tool expects initial conditions with same name. Update notbeook with recent changes to make plots easier to read 2020-12-08 10:04:31 -08:00
Juan Vergara 5c149c9239
Merge pull request #15 from microsoft/juan_np_req_fix
Updating requirements.txt file & Adding new PR template
2020-12-04 15:37:11 -08:00
Juan Vergara 98f21f2d8e updated requirements.txt
Fixed versions and included some extra dependencies based on environment.yml
2020-12-04 15:22:17 -08:00
Juan Vergara 55a4635430 Updating numpy requirements
(1) presales_evaluation.ipynb was breaking with older np version; (2) additionally updating pull request template
2020-12-04 13:04:34 -08:00
journeyman-msft d0b59e7123
Merge pull request #14 from microsoft/journeyman/bugfix_depend
pinning h5py and pyyaml
2020-11-30 20:53:08 -07:00
Journey McDowell 48e9fc5e57 pinning h5py and pyyaml 2020-11-30 19:52:25 -08:00
Ali Zaidi c65874a21c UPDATE: move scalar inside the base methods 2020-11-13 01:30:39 +00:00
Ali Zaidi 148462c136 MERGE: origin/main with alizaidi/refactor 2020-11-11 00:31:01 +00:00
Ali Zaidi ab2fc814ac premerge 2020-11-11 00:27:03 +00:00
journeyman-msft f72bba3e26
Merge pull request #9 from microsoft/journeyman/17878
Adding jupyter notebook for presales qualification of data driven sim…
2020-11-10 11:03:21 -07:00
Ali Zaidi cc7c3aa06f dependencies updates 2020-11-09 17:28:18 +00:00
Ali Zaidi d29f0b2a64 scaling logic and inverse transforms 2020-11-09 09:56:39 +00:00
Ali Zaidi a5b19bda88 UPDATE: gboost pipelines 2020-11-09 09:24:30 +00:00
Ali Zaidi 79bea2415a add: xgb and tf models with tuning 2020-11-09 09:13:00 +00:00
Ali Zaidi 0d97462a0e UPDATE: torch models refactor with sweep using ray tune 2020-11-09 08:02:05 +00:00
Ali Zaidi 300f549212 refactor: basetrainer class for all models, initial hyperparam tuning pipelines 2020-11-09 04:22:17 +00:00
Journey McDowell 426bf8f711 Discovered release version does not run hidden code, it's removed. So fixed release version so it at least works. Moved csv data to csv_data folder. 2020-11-05 22:35:35 -08:00
Journey McDowell 0da2438507 Added checks for strings, lists, tuples, objects in data. Reworked progression of df so it gets saved to export as processed_data.csv. Removed need for checkDataQuality.py and featureImportance.py since it's included into jupyter notebook 2020-11-05 20:59:04 -08:00
Journey McDowell ebc106faa0 Fixing bug and README with timelag v. lagtime 2020-11-04 01:49:07 -08:00
Journey McDowell 588a72ab24 Adding jupyter notebook for presales qualification of data driven sim creation. It is using the nbgrader package to grade its feasibility with the Validate button. The release version is intended for usage for the 'students'. Major change with datadrivenmodel is the addition of selecting the lag for iterations between state transitions from the config 2020-11-04 01:29:34 -08:00
journeyman-msft e06fd73262
Merge pull request #6 from microsoft/journeyman/17878
Journeyman/17878
2020-10-27 23:56:27 -07:00