DawgsML


NameDawgsML JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/Doriasamp/DawgsML.git
SummaryA simple library for machine learning without a requirements.txt
upload_time2024-05-05 14:18:02
maintainerNone
docs_urlNone
authorAndrea Marchi
requires_python>=3.9
licenseNone
keywords machine learning data processing custom data structures pandas-like data analysis ml data science statistics numpy deep learning preprocessing pandas simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DawgsML
A machine learning package for models and utilities.  
This project initially started as a simple assignment for an undergraduate course in AI at Butler University, and that  
is why is named Dawgs.  
For this assignment we had to build a simple perceptron to be used for a binary classification of a non-linearly  
separable problem, without using any packages other than the Python standard library.  

Here there is a data structure for tabular data representation that it kind of simulates pandas, with file I/O and tons  
of methods to be used for data preprocessing like remove/add columns or rows, shuffling, column type conversion,  
but also operations on data structure itself like iterations, indexing, etc.  
This data structure is used in all the machine learning algorithms and utilities, and is meant to give to user a package  
that do not rely on any other dependencies.  

Still you can access the data as list by calling the proper .data property on the columns so that is still possible to  
use graphic libraries such as matplotlib or seaborn.  
The purpose of this project was not to build an efficient tabular data structure. In fact, this is nowhere even close  
to pandas efficiency, and literally any efforts was made to optimize any of the methods of the Dataframe data structure.  
However, contributors, are very welcome to have their hand dirty by using this as a playground.

AS of now, there is only one ML algorithm, a Perceptron, and a bunch of ML utilities like splitting, k-Fold, and a  
grid-search, but more will be added soon.  




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Doriasamp/DawgsML.git",
    "name": "DawgsML",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "machine learning, data processing, custom data structures, pandas-like, data analysis, ml, data science, statistics, numpy, deep learning, preprocessing, pandas simulation",
    "author": "Andrea Marchi",
    "author_email": "andreaphilly@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/37/36/24d29ff016a6a7934c6c3e791816c50ff19514995bb1eeeca9781a20bb3c/dawgsml-0.0.3.tar.gz",
    "platform": null,
    "description": "# DawgsML\r\nA machine learning package for models and utilities.  \r\nThis project initially started as a simple assignment for an undergraduate course in AI at Butler University, and that  \r\nis why is named Dawgs.  \r\nFor this assignment we had to build a simple perceptron to be used for a binary classification of a non-linearly  \r\nseparable problem, without using any packages other than the Python standard library.  \r\n\r\nHere there is a data structure for tabular data representation that it kind of simulates pandas, with file I/O and tons  \r\nof methods to be used for data preprocessing like remove/add columns or rows, shuffling, column type conversion,  \r\nbut also operations on data structure itself like iterations, indexing, etc.  \r\nThis data structure is used in all the machine learning algorithms and utilities, and is meant to give to user a package  \r\nthat do not rely on any other dependencies.  \r\n\r\nStill you can access the data as list by calling the proper .data property on the columns so that is still possible to  \r\nuse graphic libraries such as matplotlib or seaborn.  \r\nThe purpose of this project was not to build an efficient tabular data structure. In fact, this is nowhere even close  \r\nto pandas efficiency, and literally any efforts was made to optimize any of the methods of the Dataframe data structure.  \r\nHowever, contributors, are very welcome to have their hand dirty by using this as a playground.\r\n\r\nAS of now, there is only one ML algorithm, a Perceptron, and a bunch of ML utilities like splitting, k-Fold, and a  \r\ngrid-search, but more will be added soon.  \r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple library for machine learning without a requirements.txt",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/Doriasamp/DawgsML.git",
        "Source": "https://github.com/Doriasamp/DawgsML.git"
    },
    "split_keywords": [
        "machine learning",
        " data processing",
        " custom data structures",
        " pandas-like",
        " data analysis",
        " ml",
        " data science",
        " statistics",
        " numpy",
        " deep learning",
        " preprocessing",
        " pandas simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f106a7ba94696cdd02dd8ede2c6e36bc664a1ec240319709285fd8de96cfdef4",
                "md5": "05ccba1e4c869ebae5f776a2d3f0b977",
                "sha256": "e7b29c3dc2936694408d36a92d6c1bc2c44131947350b1df05f1df7fc3e990fe"
            },
            "downloads": -1,
            "filename": "DawgsML-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05ccba1e4c869ebae5f776a2d3f0b977",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13538,
            "upload_time": "2024-05-05T14:18:00",
            "upload_time_iso_8601": "2024-05-05T14:18:00.387463Z",
            "url": "https://files.pythonhosted.org/packages/f1/06/a7ba94696cdd02dd8ede2c6e36bc664a1ec240319709285fd8de96cfdef4/DawgsML-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "373624d29ff016a6a7934c6c3e791816c50ff19514995bb1eeeca9781a20bb3c",
                "md5": "63a0c855c0165694c99c6fa2b8df7a67",
                "sha256": "f06ecf6bba5131a7a3b2b455dbd459e166a13cdeceacbdf353f2c5065c7c345e"
            },
            "downloads": -1,
            "filename": "dawgsml-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "63a0c855c0165694c99c6fa2b8df7a67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12210,
            "upload_time": "2024-05-05T14:18:02",
            "upload_time_iso_8601": "2024-05-05T14:18:02.150368Z",
            "url": "https://files.pythonhosted.org/packages/37/36/24d29ff016a6a7934c6c3e791816c50ff19514995bb1eeeca9781a20bb3c/dawgsml-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 14:18:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Doriasamp",
    "github_project": "DawgsML",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dawgsml"
}
        
Elapsed time: 0.28483s