Results 25 comments of Ritesh Agrawal
trafficstars

For anyone else struggling with it, here is an easier solution. Just add this line early in the code ```setattr(Step, 'get_params', dict)```

@alegonz Starting this discussion again. Can you explain why the below function errors out when I don't use `setattr(Step, ...` line ``` import pandas as pd from xgboost import XGBClassifier...

@alegonz will it be possible for you to provide a good working solution for this issue

Here is my another attempt to fix this issue ``` from baikal import Step, make_step from xgboost.sklearn import XGBClassifier import json import copy from typing import Union, Optional, List, Dict,...

bump: I am also facing similar issue

+1 .. I have a table in the answer section and currently not able to render it

any update on this. This issue blocks generating docs page for fastapi.

@riziles -- I looked into the PR and not able to get it working. I am having trouble setting up the development environment. Also I don't think the PR is...