Menu

Tree [c5dc27] main /
 History

HTTPS access


File Date Author Commit
 ChernoffFace 2021-12-08 antononcube antononcube [7e962f] build:Version micro increment.
 ExampleDatasets 2021-12-17 antononcube antononcube [4de4ca] docs:First complete documentation.
 LatentSemanticAnalyzer 2021-12-19 antononcube antononcube [c5dc27] feat:Implementation initialization with list or...
 RandomDataGenerators 2021-12-03 antononcube antononcube [c20589] build:Version bump.
 RandomMandala 2021-12-07 antononcube antononcube [256310] docs:Primary documentation update with color_ma...
 RandomSparseMatrix 2021-12-05 antononcube antononcube [150fc9] docs:First version with example random sparse m...
 SSparseMatrix 2021-12-04 antononcube antononcube [65ad4c] refactor:Replacing 3.9+ dict-merging with 3.6+ ...
 SparseMatrixRecommender 2021-12-04 antononcube antononcube [9d50be] test:Refactoring of SSparseMatrix method.
 org 2021-12-03 antononcube antononcube [0aea21] docs:Updated the classify by profile TODO item.
 .gitignore 2021-11-09 antononcube antononcube [dc3238] build:Enhanced .gitignore.
 LICENSE 2021-11-05 Anton Antonov Anton Antonov [3ef47a] Initial commit
 README.md 2021-11-10 antononcube antononcube [245e5f] docs:First complete version.

Read Me

Python-packages

Miscellaneous Python packages.
Some correspond to the packages in the repositories
MathematicaForPrediction
and
R-packages.

On package licensing

Some loosely adhered to rules for the package licenses in this repository follow.

  • The "computer science" packages have BSD-3 or LGPL-3 licenses.

  • For example, the monad code generation package
    StateMonadCodeGenerator.

  • The more "academic" packages have GPL-3 licenses.

  • In general the simple packages have BSD-3 or LGPL-3 licenses.

  • For example, the package OutlierIdentifiers
    is very simple. (Hence with BSD-3.)

  • The package license is based on the license(s) of the most important package(s) it builds upon.

  • For example, if a package from this repository is based on one package,
    and the latter is with MIT license,
    then the package from this repository is also with MIT license.

  • If a package is with a GPL-3 license that is because:

  • At least one of the underlying important packages is with GPL-3

  • The original version of the package was published with GPL-3

  • GPL-3 is the default and preferred license