Metadata-Version: 2.1
Name: vandal
Version: 2.2.0
Summary: Data science, Data manipulation and Machine learning package.
Home-page: http://github.com/dkundih/vandal
Author: David Kundih
Author-email: kundihdavid@gmail.com
License: Apache Software License
Description: ![vandal-header](https://raw.githubusercontent.com/dkundih/vandal/main/.logistics/visforvandalpy.jpg)
        
        **vandal** 
        
        Data science, Data manipulation and Machine learning package.
        Use permitted according to the terms of use and conditions set by the attached license.
        
        **Example of use**
        
        Visit https://github.com/dkundih/vandalDemonstrationRepo in order to see the demonstration of use in practical examples.
        
        **Installation**
        
        ```sh
        # or PyPI
        pip install vandal
        ```
        
        **Import**
        
        ```sh
        # or PyPI
        import vandal
        ```
        
        **For whom is vandal made for?**
        
        vandal is a Python package for Data science and Machine learning, designed to aid researchers and engineers to meet their goals with small effort.
        
        **Why vandal?**
        
        vandal disrupts the monotone world of data and gives it meaning.
        
        **Is vandal free to use?**
        
        vandal is completely free of charge for both personal and commercial use, but only under the conditions stated in the license. Developing such a complex module isn't easy and takes a lot of time and knowledge in several fields of science such as statistics, programming and domain knowledge, so any donation at https://patreon.com/dkundih or https://www.buymeacoffee.com/dkundih in order to keep vandal free is more than welcome.
        
        **Who stands behind vandal?**
        
        The module itself, it's maintenance, updates and stability, logo, videos, promotional materials and everything associated with vandal are done by **David Kundih** from **Croatia**.
        
        **See also:**
        
        **David Kundih GitHub**
        https://github.com/dkundih
        
        **David Kundih PyPi**
        https://pypi.org/user/dkundih
        
        **David Kundih ResearchGate**
        https://www.researchgate.net/profile/David-Kundih
        
        CHANGELOG
        ==========
        
        0.0.1 (03/10/2021)
        - initial release.
        
        0.0.2 (03/10/2021)
        - vandal replaces the functionality of the currently discarded alunari python package.
        
        1.1.0 (11/10/2021)
        - redefined code of .hist() function.
        - added event log that tracks the execution time and duration of functions.
        
        1.1.1 (11/10/2021)
        - log tracking now applies on all relevant class functions.
        
        2.0.0 (11/10/2021)
        - vandal transcedents alunari versions by becoming v2+
        
        2.0.1 (12/10/2021)
        - minor tweaks to CHANGELOG and README
        - .help() now properly shows requirements of .get_logs() function.
        
        2.0.2+ (12/10/2021)
        - photo added to the header.
        
        2.0.3 (12/10/2021)
        - confirmed stabile version after test.
        
        2.1.0 (12/10/2021)
        - republished.
        
        2.1.1 (13/10/2021)
        - replaced alunari with vandal where it was initially missed out.
        - now propely applies highly fragmented dataframe warning removal for simulations over 102.
        
        2.1.2 (13/10/2021)
        - stability update.
        
        2.1.3 (22/10/2021)
        - EOQ implementation.
        - vandal.essence renamed to vandal.hub.
        - this is an unstable version that has yet to be tested.
        
        2.2.0 (22/10/2021)
        - confirmed stability.
Keywords: data science,machine learning,data manipulation,artificial intelligence,AI,vandal
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Classifier: Topic :: Education
Classifier: Topic :: Office/Business
Description-Content-Type: text/markdown
