Published April 16, 2019
| Version v0.1.1
Software
Open
GilesStrong/lumin v0.1.1
Creators
Description
Change log Breaking
binary_class_cut
now returns tuple of(cut, mean_AMS, maximum_AMS)
as opposed to just the cut- Initialisation lookups now expected to return callable, rather than callable and dictionary of arguments.
partial
used instead. top_perc
inbinary_class_cut
now treated as percentage rather than fraction
- Added PReLU activation
- Added uniform initialisation lookup
uncert_round
convertsNaN
uncertainty to0
- Correct name of internal embedding dropout layer in
CatEmbHead
: emd_do -> emb_do - Adding missing settings for activations and initialisations to body and tail
- Corrected plot annotation for percentage in
binary_class_cut
- Removed the
BatchNorm1d
automatically added inCatEmbHead
when using categorical inputs; assuming unit-Gaussian continuous inputs, no a priori resaon to add it, and tests indicated it hurt performance and train-time. - Changed weighting factor when not loading loading cycles only to n+2 from n+1
Files
GilesStrong/lumin-v0.1.1.zip
Files
(5.3 MB)
Name | Size | Download all |
---|---|---|
md5:cce8d5e520cd76c1f5508c9c45d35706
|
5.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/GilesStrong/lumin/tree/v0.1.1 (URL)