Skip to content

Releases: gedeck/dmba

Maintenance release

05 Dec 21:57
Compare
Choose a tag to compare
  • Test with Python 3.10
  • Address deprecation warnings

Improvements to data loading

25 Feb 18:28
Compare
Choose a tag to compare
  • allow keyword arguments in load_data
  • expose method get_data_file to access files by name
  • include file 'AutoAndElectronics.zip' in package
  • replace 'AustralianWines.csv.gz' with correct version

Include data files in package

17 Feb 00:13
1ce3ffa
Compare
Choose a tag to compare
  • Adapt gainsChart to work with pandas > 1.2.0 (#8)
  • Make regressionSummary to work with column and row vectors (#6)
  • Include data sets in package, use e.g. (#10)
import dmba
data = dmba.load_data('Universities.csv')
print(data.shape)

Add version number

08 Mar 17:08
Compare
Choose a tag to compare
v0.0.12

Add version number to package

v0.0.11

08 Mar 16:32
Compare
Choose a tag to compare
Specify Python versions