Recent Releases of https://github.com/zillow/luminaire

https://github.com/zillow/luminaire - 0.4.3

Add a random_state argument to the HyperparameterOptimization class to ensure the reproducibility of results.

MR's involved: https://github.com/zillow/luminaire/pull/125 https://github.com/zillow/luminaire/pull/131

Full Changelog: https://github.com/zillow/luminaire/compare/v0.4.2...v0.4.3

Authored by: @papaemman Review changes authored by: @sayanchk

- Python
Published by shahsmit14 about 2 years ago

https://github.com/zillow/luminaire - 0.4.2

Fix: lad_filtering applying appropriate diff order instead of hardcoded value

- Python
Published by shahsmit14 about 3 years ago

https://github.com/zillow/luminaire - 0.4.1

Changes: - Leveraging https://pypi.org/project/bayescd/ instead of explicitly installing that same repos code for ci/cd since its now available on PyPI - Adding bayescd to dependency so users don't have to install them manually - Support for weekly frequency for data exploration

Closes issues: - https://github.com/zillow/luminaire/issues/112
- https://github.com/zillow/luminaire/issues/115 - https://github.com/zillow/luminaire/pull/118

- Python
Published by shahsmit14 over 3 years ago

https://github.com/zillow/luminaire - 0.4.0

  • Support up to Python 3.10
  • Support of latest versions of scipy, statsmodels and bayesian-changepoin-detection
  • Minor bug fixes and improvements in data exploration
  • Minor bug fixes and improvements in structural model
  • Ability to perform model validation due to under-fit added in structural model
  • Holiday list updated

Note: We had to remove bayesian-changepoint-detection package from requirements due to deployment issues in pypi (the latest version of scipy is not supported by bayesian-changepoint-detection 0.2.dev1 available in PyPI). If you are planning to use this luminaire v0.4.0, you have to manually install a compatible version of bayesian-changepoint-detection from github provided by the community but not yet made available on PyPI using the following script:

pip install git+https://github.com/hildensia/bayesian_changepoint_detection@2dd95f5c1d028116899a842ccb3baa173f9d5be9#egg=bayesian-changepoint-detection

- Python
Published by shahsmit14 over 3 years ago

https://github.com/zillow/luminaire - 0.4.0.dev3

Luminaire cd fixes from dev2

Release notes from dev1: - Support up to Python 3.10 - Support of latest versions of Scipy, Statsmodels and bayesian-changepoin-detection - Minor bug fixes and improvements in data exploration - Minor bug fixes and improvements in structural model - Ability to perform model validation due to underfit added in structural model - Holiday list updated

Please read: We had to remove bayesian-changepoint-detection package from requirements due to deployment issues in pypi (the latest version of scipy is not supported by bayesian-changepoint-detection 0.2.dev1). If you are planning to use this dev release of luminaire, you have to manually install a compatible version of bayesian-changepoint-detection from github using the following script:

pip install git+https://github.com/hildensia/bayesian_changepoint_detection@2dd95f5c1d028116899a842ccb3baa173f9d5be9#egg=bayesian-changepoint-detection

- Python
Published by sayanchk almost 4 years ago

https://github.com/zillow/luminaire - 0.4.0.dev2

Luminaire cd fixes from dev1

Release notes from dev1: - Support up to Python 3.10 - Support of latest versions of Scipy, Statsmodels and bayesian-changepoin-detection - Minor bug fixes and improvements in data exploration - Minor bug fixes and improvements in structural model - Ability to perform model validation due to underfit added in structural model - Holiday list updated

- Python
Published by sayanchk almost 4 years ago

https://github.com/zillow/luminaire - 0.4.0.dev1

  • Support up to Python 3.10
  • Support of latest versions of Scipy, Statsmodels and bayesian-changepoin-detection
  • Minor bug fixes and improvements in data exploration
  • Minor bug fixes and improvements in structural model
  • Ability to perform model validation due to underfit added in structural model
  • Holiday list updated

- Python
Published by sayanchk almost 4 years ago

https://github.com/zillow/luminaire - 0.3.0

Update the requirements files list: - The existing requirements file specifies hard version requirements which is not helpful to the user - We ran the existing test cases to see what all recent version of dependent packages can be supported and based on that update the requirements files list

- Python
Published by shahsmit14 about 4 years ago

https://github.com/zillow/luminaire - 0.3.0.dev1

Support for python 3.7 for build and deploy - Major dependent packages are kept the same - Just making the code compatible with Python 3.7 as Python 3.6 is reaching End of Life

Note: Major package upgrade is planned for Q1-2022.

- Python
Published by shahsmit14 about 4 years ago

https://github.com/zillow/luminaire - 0.2.4

Bug fixes:

  • Data aggregation fixed in the presence of duplicate index.

- Python
Published by sayanchk over 4 years ago

https://github.com/zillow/luminaire - 0.2.3

Bug fixes: - Data reindexing while imputation fixed at the presence of missing / invalid data

Scoring logic updates: - Model uncertainty is taken into consideration while making stationarity adjustments while scoring WindowDensityModel

- Python
Published by sayanchk over 4 years ago

https://github.com/zillow/luminaire - 0.2.2

Bug fixes:

False positives due to detrending failure for shorter history time series in WindowDensityModel

- Python
Published by shahsmit14 over 4 years ago

https://github.com/zillow/luminaire - 0.2.1

  • Improved automatic window size detection logic added for the WindowDensityModel

- Python
Published by sayanchk over 4 years ago

https://github.com/zillow/luminaire - 0.2.0

  • WindowDensity model improvements for streaming and high-frequency time series
  • Full automation in training and scoring the window density model
  • Minor version upgrades for package dependencies (more on the way!)
  • Bugfixes

- Python
Published by sayanchk almost 5 years ago

https://github.com/zillow/luminaire - 0.2.0.dev1

Dev release for v0.2.0.

This release includes the following: - Improved WindowDensity modeling for streaming use cases. - Bringing automation in configuring window density model for streaming use cases.

- Python
Published by sayanchk about 5 years ago

https://github.com/zillow/luminaire - 0.1.4

  • Minor bug fixes applied to hyperparameter optimization.
  • Updates in docs and readme.

- Python
Published by sayanchk about 5 years ago

https://github.com/zillow/luminaire - 0.1.3

  • trainingstart and trainingend are removed from required parameters for training the window density model
  • doc corrections and updates

- Python
Published by sayanchk over 5 years ago

https://github.com/zillow/luminaire - 0.1.1

This release fixes the bug #52 for ‘T’ and ‘15T’ pandas frequencies for window density model. Minor documentation updates.

- Python
Published by sayanchk over 5 years ago

https://github.com/zillow/luminaire - 0.1.0

Making Luminaire available as a beta release.

Details: - Core Luminaire code base - Documentation: - Readme https://github.com/zillow/luminaire/blob/master/README.md - Github pages https://zillow.github.io/luminaire/ - CI/CD pipeline workflow for build, release and documents - Improved code/files organization

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Doc updates

- Python
Published by sayanchk over 5 years ago

https://github.com/zillow/luminaire - Documentation and Github pages

Documentation updated Github page link: https://zillow.github.io/luminaire

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Project urls on PyPI

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Project urls on PyPI

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Project urls on PyPI

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - PyPI project links

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Project urls on PyPI

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Test docs on Test PyPI

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Dev release to prod Zillow PyPI

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Dev release to Zillow's test PyPI account

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Abe to install package with dependent packages

- Python
Published by shahsmit14 over 5 years ago

https://github.com/zillow/luminaire - Dev release to test PyPI

Dev release to test PyPI

- Python
Published by shahsmit14 over 5 years ago