Robin23
Results
2
issues of
Robin23
## Question I turned the auto-rescale to off, and I want to rescale mannually in CKKS, how can I do that?
Type: Question :grey_question:
I tried to fit MondrianForestClassifier with sparse matrix, and I set accept_sparse=True in skgarden.mondrian.ensemblem.forest.py, but it didn't work. My classifier is initialized as follows: `rf_clf = MondrianForestClassifier(n_estimators=100, random_state=42, n_jobs=-1, verbose=2,max_depth=3,bootstrap=True)`...