data structures to aid in numerical data generation and clustering
Project description
MOREBS
Is a collection of methods and classes written in Python to aid in data generation, specifically vector data. Important classes include:
BallCompResplattingSearchSpaceIterator
For the source code to this project's latest version, go to
https://github.com/changissz/morebs.
For a mathematics paper on the BallComp algorithm, see the link
https://github.com/changissnz/ballcomp.
Documentation for project can be found at _build/html. Documentation
first needs to be built. The library Sphinx for generating the documentation
is required to be installed.
Updates For Project On and Off
Update: 5/25/25 #3
Deleted the project DER from Github. The project was the original work I did
before I refactored it into morebs, and has been sitting dead on Github for
a while.
Update: 5/25/25 #2
So the new version is up on Github (0.1.1). I also took the step to delete the
s*.txt files that were present from a few commits back. The files were relatively
large, and I must have forgotten to exclude the files from being committed to Github.
Update: 5/25/25
I have not done much serious work on this project since February of 2023. Recently, I was working with directed graphs and decided to contribute some code for that topic to this project. I still remember the ideas that started this project, geometric intersection and data generation. On geometric intersection, the Schopenhauer wrote about it in his book, The World as Will and Representation. Even though he did not go into mathematical detail on it, his words left an inspiring impact on my computing thought. The topic of data generation is a pretty big field in computing. Cloud computing, especially, has been a big driver for big data analytics, the counter-active field to data generation. Now that there are present and emerging regulations regarding the "fair" and "benign" use of data in artificial intelligence and related fields, data generation has become very important to some enterprises that wish to train their artificial intelligence systems, but do not have authentic datasets in adequate quantity. I'm not surprised that no one has decided to help contribute code to this project. Not to mean any insult, but big data, machine learning, that kind of stuff really is not a normal person's interest (sorry, populists). Besides, most open-source projects that really take off are heavily funded. I have been out of the academic environment for almost half a decade now. Big data, machine learning, that kind of stuff, was mainly an academic business. It still is, pretty much, because all I ever read about from technology corporations is their business products, consumer-side.
I was reviewing some of the code in this project. The project definitely needs
more thorough documentation as well as unit-testing. morebs was originally
a project solely for the BallComp algorithm and a data generator, one that
travels along an n-dimensional lattice, called NSDataInstruction.
NSDataInstruction uses the ResplattingSearchSpaceIterator as the data structure
that outputs preliminary values. Then I added a basic polynomial factorization
algorithm (PolyFactorEst) and an n-dimensional delineation algorithm (see file
deline.py). This was back in January of 2023. Not every algorithm is thoroughly
tested, as a reminder.
Right now, I am working on directed graphs, so that is the topic of the new code
content for the next version of morebs2 on pypi.org.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file morebs2-0.1.85.tar.gz.
File metadata
- Download URL: morebs2-0.1.85.tar.gz
- Upload date:
- Size: 173.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17ca33b6ae283b46b79c15f5132907e6fcb29194f8fbbd9b559d01eba87532ac
|
|
| MD5 |
f4923ea2192731107d720352fe53b809
|
|
| BLAKE2b-256 |
41ea6000f38878b42e6763a58d0867444c7978ffa4bd55b45e6f97b042faf1a7
|
File details
Details for the file morebs2-0.1.85-py3-none-any.whl.
File metadata
- Download URL: morebs2-0.1.85-py3-none-any.whl
- Upload date:
- Size: 209.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
660fbd21e7bf71854b7f3b0cdb098af265963d91bf7e7b668547c060f2cc5f66
|
|
| MD5 |
9df8ed2a7db219d1d80d10a9e663f473
|
|
| BLAKE2b-256 |
55becb9952996335a590fd1d0cca74047867002dfba16c8daff343198e92b9b7
|