Stars
13
Forks
1
Watchers
13
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
212
commits
Add SVM regression implementation and update tests and bindings
fb9ea8aView on GitHubAdd Lasso and Lasso SGD regression implementations with Metal
00df42bView on GitHubAdd Ridge Regression implementation and bindings for Metal
f3fda62View on GitHubAdd Metal-based Linear Regression implementation and bindings
f02b344View on GitHubRefactor CMakeLists.txt and pyproject.toml for improved compatibility and build settings
a2f68d0View on GitHubComment out Apple-specific linker flags in CMakeLists.txt
3e9f42dView on GitHubAdd conditional steps for Windows in release workflow to set up MinGW and CMake
6093eb4View on GitHubUpdate release notes to specify version number in GitHub release workflow
9ff7384View on GitHubRemove Windows from the build matrix in release workflow to focus on cross-platform builds
b45f182View on GitHubRevert to using cl.exe for compiler settings in setup.py for Windows
e9a2797View on GitHubRemove CMAKE_GENERATOR specification from environment in pyproject.toml for Windows build
21e31e0View on GitHubRefactor Windows release workflow to improve GCC setup and streamline Python wheel building
4bfbc43View on GitHubSet shell to msys2 for Windows Python wheel build in release workflow
31f99f9View on GitHubAdd cibuildwheel installation step for Windows in release workflow
cc16fa4View on GitHubRefactor Windows build configuration in release workflow and setup.py to use GCC instead of cl.exe
5255d28View on GitHub