index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mining
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-12-29
all: merge package "lib/floats64" into "slices"
Shulhan
2024-12-29
all: merge package "lib/ints" and "lib/ints64" into "slices"
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-01-24
all: fix the warnings from linter revive
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-13
resampling/lnsmote: replace package "math/rand" with "crypto/rand"
Shulhan
2023-09-13
resampling/smote: replace package "math/rand" with "crypto/rand"
Shulhan
2023-09-13
mining/knn: replace package "math/rand" with "crypto/rand"
Shulhan
2023-09-11
lib/mining: use _ for unused parameter t in testing
Shulhan
2023-09-11
classifier/crf: remove unused parameter "samples" in New
Shulhan
2023-09-11
lib/mining: add package comment for mining and classifier
Shulhan
2023-09-11
lib/mining: realign struct for better size allocation
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-03-12
mining/math: move the package from "lib/mining/" to "lib/" directory
Shulhan
2019-11-15
lib/mining: move commands to root
Shulhan
2019-11-15
all: merge all gitignore files
Shulhan
2019-11-15
lib/mining: add test data for iris and phoneme
Shulhan
2019-09-27
all: remove unnecessary trailing newline
Shulhan
2019-09-25
all: fix linter warnings
Shulhan
2019-08-28
all: replace document generator from asciidoctor to ciigo
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-02
all: changes affected by refactoring on package "numbers"
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-01-29
lib/mining: simplify if-else condition
Shulhan
2019-01-29
lib/mining: fix linter warnings on using capitalized parameters
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-30
all: fix linter warnings on naked return
Shulhan
2018-11-29
lib/mining: replace init function with initFlags
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-18
Merge package "github.com/shuLhan/go-mining"
Shulhan
2018-09-17
Preparing for package mining
Shulhan