#DEfinition of the catogrical encoder class,copid from pr #9151

from sklearn.base import BaseEstimator, TransformerMixin
from sklearn.utils import check_array
from sklearn.preprocessing import LabelEncoder
from scipy import sparse
from feature_engine import CategoricalEncoder as ce
class CategoricalEncoder(BaseEstimator, TransformerMixin):

File “”, line 8
class CategoricalEncoder(BaseEstimator, TransformerMixin):
^
SyntaxError: unexpected EOF while parsing

I did not know.Why this problem is happening??

Please tell me how can i fix it??

Please share a screenshot of the code.

emphasized text

Number 42

Please tell me how can i fix it??

I tried this on cloudxlab assesment jupyter and lab also but it gives same error.

The class is missing codes within it. Please check our GitHub repository for more details on the code:

There is no code within it.

I have seen the folders but this is py file.i did not see any code

How can i open it??
It is not openable i think??
Please tell em the code so i can download it.

Please give it in html format.

I got the code.
Thanks.