-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
53 lines (34 loc) · 1.02 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
2.2.0
- Ensure we only use quantiles that are part of the features
- Added link to doc describing the algorithm
2.1.0
- Added support for features with zero variance
- Improved performance and less memory usage
2.0.0
- Switched to the procedure described in Blume, 2012 but normalized by
a feature's stddev and extended to multiple quantiles
- Improved quantile estimation
- Now returning `pandas.DataFrame`s consistently
1.3.0
- allow for a generic model type
- performance improvements
- extend and enhance tests
1.2.0
- made featureimpact Python3 ready
1.1.0
- it is now assumed that predict() does not change its input
- performance improvements
- improved documentation
1.0.3
- better naming for make_averaged_impact()
- a few minor code improvements
- improved documentation
1.0.2
- added numpy.asarray(X) to FeatureImpact._evaluate() to ensure
safe prediction evaluation
- adjusted README.txt to include an info about possible features
1.0.1
- added URL to setup script
- better documentation
1.0.0
- initial release