A machine learning package for testing integer imputation into arrays and checking out changes in the cost. Looking for ways to extend this to dataframes as it has great potential
Project description
ARRIMPUTER 1.3.0
What is it?
A machine learning algorithm/package for integer imputation into arrays. Integers are imputed and the cost difference is calculated to determine which integer yields the optimum cost reduction.
The package is designed for experimental purposes as there are possibilities of its application on data frames and other important projects that might need such a feature.
Installation
pip install arrimputer
Examples
Base Use
from ArrImputer import *
test_arr = [0,1,2,3,4,5]
get_optimum_integer(test_arr)
Advanced Use
from ArrImputer import *
test_arr = [0,1,2,3,4,5]
get_optimum_integer(test_arr,max_tries=1000)
Code of Conduct
Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.
Reporting issues
Report issues to me at awesome.tingwei@outlook.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for arrimputer-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0c0567ae480c8fee4420af86245ef2cc356140097a5d417edb39649d7840ea8 |
|
MD5 | 7da40be17cb58ef0c5063006fa5b021d |
|
BLAKE2b-256 | 157bb2a5630abd96a480d450558ccefc1e479d8af650eb5d85a7cc9bc83870d8 |