Skip to main content

A simple library for machine learning without a requirements.txt

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dawgsml-0.0.3.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

DawgsML-0.0.3-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file dawgsml-0.0.3.tar.gz.

File metadata

  • Download URL: dawgsml-0.0.3.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for dawgsml-0.0.3.tar.gz
Algorithm Hash digest
SHA256 f06ecf6bba5131a7a3b2b455dbd459e166a13cdeceacbdf353f2c5065c7c345e
MD5 63a0c855c0165694c99c6fa2b8df7a67
BLAKE2b-256 373624d29ff016a6a7934c6c3e791816c50ff19514995bb1eeeca9781a20bb3c

See more details on using hashes here.

File details

Details for the file DawgsML-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: DawgsML-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for DawgsML-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e7b29c3dc2936694408d36a92d6c1bc2c44131947350b1df05f1df7fc3e990fe
MD5 05ccba1e4c869ebae5f776a2d3f0b977
BLAKE2b-256 f106a7ba94696cdd02dd8ede2c6e36bc664a1ec240319709285fd8de96cfdef4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page