Closed tranqkhue closed 2 years ago
It seems by removing NaN value by https://github.com/tranqkhue/damn_3dlidar/blob/24560c268bcc8538eafc8c740c8eb8b8405bd8cc/test2.py#L60 the far range details are lost. This could be recovered by un-comment this line. However by not removing NaN values, there are two disadvantages:
LinearRegression does not accept missing values encoded as NaN natively.
Solving the problem is temporarily by:
Previous:
After: