問題タブ [rapids]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
numba - cuDF データフレームの groupby 操作で使用するローリング線形回帰
cuML LinearRegression を使用して、x_value に対する y_value のローリング スロープを計算したいと思います。
サンプルデータ (cuDF データフレーム):
LinearRegression を使用する単純な関数:
私がしたいこと:
ただし、次のエラーが表示されますNotImplementedError: Handling UDF with null values is not yet supported
。このエラーを克服する方法はありますか? ありがとうございました。