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 |
Journey McDowell
|
c1107ad8b2
|
Updating README for data cleaning/checking tools
|
2020-10-27 23:55:38 -07:00 |
Journey McDowell
|
64bbd5bfad
|
Fixed data cleaning/checker tools with recent overhaul
|
2020-10-27 23:54:08 -07:00 |
journeyman-msft
|
e3d334c514
|
Merge pull request #4 from microsoft/journeyman/bugfixes_lstm_ingest
Journeyman/bugfixes lstm ingest
|
2020-10-27 20:07:28 -07:00 |
Journey McDowell
|
44b7ef2621
|
Fixed bug in poly predictor class, verified model usage
|
2020-10-27 20:06:49 -07:00 |
Journey McDowell
|
ee53e1f548
|
Changing initial sequence handling by stepping through m markovian steps before 0th iteration of sim, using mean actions
|
2020-10-27 19:50:36 -07:00 |
Journey McDowell
|
e5763a3a04
|
Fixed lstm mode by adding option to convert csv to 3d pickle, adjusted predictor class heavily to scale properly and handle history
|
2020-10-27 19:20:09 -07:00 |
Journey McDowell
|
0910876788
|
Including dockerfile and requirements.txt for packaging
|
2020-10-21 19:15:42 -07:00 |
journeyman-msft
|
cf94338136
|
Merge pull request #3 from microsoft/journeyman/19120
generalize datadrivenmodel
|
2020-10-21 12:46:09 -07:00 |
Journey McDowell
|
6cbc34e27d
|
Adding tune-rs to config, but user still needs to use flag. Also added --pickle option to bypass requiring csv input
|
2020-10-20 10:26:02 -07:00 |
Journey McDowell
|
6cb4fb6924
|
Adding comment about intiial conditions to work with files
|
2020-10-16 14:21:42 -07:00 |
Journey McDowell
|
9c22de8627
|
fix to README
|
2020-10-16 10:00:34 -07:00 |
Journey McDowell
|
360a54b7e4
|
Adding info about warn limitation
|
2020-10-16 09:56:35 -07:00 |
Journey McDowell
|
19f979265e
|
Updated README for instructions, requiring users to put csv file name into config file, added requirements.txt
|
2020-10-16 09:44:20 -07:00 |
Journey McDowell
|
8aacc0c926
|
Solution to making adaptor code more easy was to create a main.py with microsoft bonsai api which will populate required states and actions from the config and limits of the model that was created
|
2020-10-16 01:13:59 -07:00 |
Journey McDowell
|
e30c1cb091
|
Included feature of warning function into predictor class, basically if trying to use a feature outside of the range the model was trained on
|
2020-10-15 23:53:11 -07:00 |
Journey McDowell
|
40fa637d59
|
Now accepting csv as input where we handle the pickle transformation ourselves
|
2020-10-15 22:47:12 -07:00 |
Journey McDowell
|
39ca326c94
|
Initial commit with config input instead changing files
|
2020-10-15 21:39:54 -07:00 |
Journey McDowell
|
da24aebf6c
|
Updating disclaimer before going public
|
2020-09-24 17:02:34 -07:00 |
Journey McDowell
|
482ea0ac6e
|
Adding disclaimer and updating environment.yml to not need sdk2
|
2020-09-16 17:03:22 -07:00 |
HosseinHeris
|
4b8933d9c9
|
all files from bonsai master is now in microsoft main
|
2020-09-08 21:03:59 -07:00 |
Microsoft Open Source
|
747449a322
|
Initial SECURITY.md commit
|
2020-09-08 15:20:27 -07:00 |
Microsoft Open Source
|
be230084df
|
Initial README.md commit
|
2020-09-08 15:20:25 -07:00 |
Microsoft Open Source
|
d58b015d8c
|
Initial LICENSE commit
|
2020-09-08 15:20:24 -07:00 |
Microsoft Open Source
|
52cb388715
|
Initial CODE_OF_CONDUCT.md commit
|
2020-09-08 15:20:22 -07:00 |