This is an independent fork of scikit-learn with warm-start modifications
for the SVC class.
This is not the official scikit-learn repository.
Use the helper script to build locally (editable, rebuilding Cython extensions) and/or build a wheel:
./scripts/build.sh # run both steps (local editable build + wheel build) ./scripts/build.sh -lc # only do a local editable install (rebuild Cython in-place) ./scripts/build.sh -wh # only build the wheel