NiaAML icon indicating copy to clipboard operation
NiaAML copied to clipboard

Python automated machine learning framework.

Results 10 NiaAML issues
Sort by recently updated
recently updated
newest added

Thank you very much for your hard work on creating a good python package like NiaAML. Could you please consider to support the regression tasks and feature selection with NiaAML?...

documentation
enhancement

Many researchers prefer the way that software supports generating results in Latex. So it is easy to include results in research papers. If possible, please add this functionality. **A word...

enhancement
question

Hi @lukapecnik , Thank you very much for all changes. We should also think about including some methods for visualization of final results. Seaborn stands for a robust library that...

## 💬 Description A new command-line interface (CLI) has been implemented for the NiaAML library to enhance user interaction and facilitate easier execution and management of machine learning experiments. This...

https://repology.org/project/python:niaaml/badges We should add "Tiny badge with number of repositories" [![Packaging status](https://repology.org/badge/tiny-repos/python:niaaml.svg)](https://repology.org/project/python:niaaml/versions)

documentation

Adding data squashing as a preprocessing method in the pipeline is also worth adding (probably useful). It is already implemented here: https://github.com/firefly-cpp/arm-preprocessing

enhancement

Several installation instructions are missing in README: - Nix: https://search.nixos.org/packages?channel=23.11&show=python311Packages.niaaml - Arch Linux: https://aur.archlinux.org/packages/python-niaaml

documentation
good first issue

_weight_boosting.py:519: FutureWarning: The parameter 'algorithm' is deprecated in 1.6 and has no effect. It will be removed in version 1.8. warnings.warn(

bug