Skip to content

Add include_bias option to Polynomial basis function#230

Draft
kimjune01 wants to merge 3 commits into
wilsonrljr:mainfrom
kimjune01:add-include-bias-polynomial
Draft

Add include_bias option to Polynomial basis function#230
kimjune01 wants to merge 3 commits into
wilsonrljr:mainfrom
kimjune01:add-include-bias-polynomial

fix: preserve default behavior, drop bias row from regressor_code

9241e25
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 18, 2026 in 0s

6 new issues (0 max.) of at least severity.

Annotations

Check warning on line 17 in sysidentpy/basis_function/tests/test_polynomial.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sysidentpy/basis_function/tests/test_polynomial.py#L17

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 18 in sysidentpy/basis_function/tests/test_polynomial.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sysidentpy/basis_function/tests/test_polynomial.py#L18

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 23 in sysidentpy/basis_function/tests/test_polynomial.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sysidentpy/basis_function/tests/test_polynomial.py#L23

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 24 in sysidentpy/basis_function/tests/test_polynomial.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sysidentpy/basis_function/tests/test_polynomial.py#L24

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 43 in sysidentpy/basis_function/tests/test_polynomial.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sysidentpy/basis_function/tests/test_polynomial.py#L43

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

Check warning on line 56 in sysidentpy/basis_function/tests/test_polynomial.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

sysidentpy/basis_function/tests/test_polynomial.py#L56

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.