danieljmv01
danieljmv01
`CatTargetDriftAnalyzer` only uses the target or the prediction columns, but it drops rows that contains NaNs in any column, even if that column is not used in this analyzer. Also...
* Select columns used in CatTargetDriftAnalyzer and then filter Nans and infinities. * Stop doing the replace and drop of these values inplace. * Check that columns are not empty...
https://github.com/twisted/towncrier/blob/27cd970aaa76167ecdc054bdb26cf6763ffa0ed8/tox.ini#L1-L4 The setting `skip_missing_envs` included in the `[tox]` section of the `tox.ini` is not a tox setting, at least in the most recent versions of tox. It is likely that...
I think that being able to use toml tables would give users a simpler, clearer and more intuitive and clear way to configure custom fragment types. For example: code-block-1: [tool.towncrier.type.feat]...
For some external restrictions I am not allowed to publish from where I am allowed to build the docs, and I am not allowed to build the docs where I...