Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Releases: LuposX/BostonHousingPrediction

Rlease of 1.0.0

10 Feb 12:29
6be4a66
Compare
Choose a tag to compare
  • 1.0.0
    • Added Neural Network with pytorch
    • updated requirements

Rlease of 0.3.0

04 Oct 12:13
b2b04ca
Compare
Choose a tag to compare
  • 0.3.0
    • added normal_equation

Realease of 0.2.3

29 Sep 12:02
73382f0
Compare
Choose a tag to compare
  • 0.2.3
    • choosing alpha is now possible
    • you can leave inputs empty and it will choose default values
    • bugfixes like #25 and more
    • uploaded pre-trained models that can be downloaded

Realease of 0.2.2

28 Sep 15:52
e12d707
Compare
Choose a tag to compare
  • Realease of 0.2.2:
    • fix negative input for training of model #24
    • fix negative output of predictions #24
    • optimized folder structure for PYPI #13
    • optimized some code.(comments, input)
    • documentation: changes in PYPI, coments in code

Realease of 0.2.1.1

26 Sep 18:51
4815e8e
Compare
Choose a tag to compare

Fixed version of 0.2.1.

  • fixed normalization #26

Realease of 0.2.1

25 Sep 15:47
ce26737
Compare
Choose a tag to compare

Features added:

  • add data normalization #14

!DO NOT DOWNLOAD!

prediction is broken because of normalization.
For fixed version download 0.2.1.1

Realease of 0.2.0

21 Sep 22:13
34bb9d5
Compare
Choose a tag to compare

Features added:

  • polynomial_regression as model

Realease of 0.1.2

15 Sep 11:58
c6536e8
Compare
Choose a tag to compare

Bugs and Enhancement:

  • fixed #4
  • closed #5
  • implemented #6

Main Feature:

  • #6 code is now in separated files for more clarity. You can see that in the code folder.

Realease of 0.1.1

14 Sep 21:54
1707d44
Compare
Choose a tag to compare

Some bugfixes and enhancement:

  • add functionality to load models without training
  • plots are now outsourced and handled by a different kernel
  • dataset gets automatically downloaded when missing
  • v_data shows 4 different plots to describe the data(previously 2).

And first, release since I didn't release 0.1.0 and just put it available to download.