Prem George

Results 27 issues of Prem George

Hi, The scorecard function param says "model: A LogisticRegression model object." ![image](https://user-images.githubusercontent.com/30790120/203473390-9af1afce-4ba3-443c-a275-47242d5a2570.png) can we use any regression model. like XGBRegressor with 'gblinear' booster?

question

Hi, I'm using onnx converter for pyod Isolation forest ``` from onnxruntime import InferenceSession from sklearn.preprocessing import MinMaxScaler from skl2onnx.proto import onnx_proto from skl2onnx.common.data_types import ( FloatTensorType, Int64TensorType, guess_numpy_type) from...

while installing tf2onnx==1.16.0 onnxconverter-common 1.14.0 requires protobuf==3.20.2, but you have protobuf 3.20.3 which is incompatible. but tensorflow-intel 2.15.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,=3.20.3, but you have protobuf 3.20.2 which is incompatible. Using Python...

Creating LIME explanations from a lgbm model, the model prediction gives Class 1 probability as 99.99% and LIME explanations shows all positive values, when the model prediction gives Class 1...

Hi, Can I have a help here please I am using this NatureInspiredSearchCV as ``` grid = NatureInspiredSearchCV(model, cv=3, param_grid=model_parameters_space, verbose=0, algorithm='hba', population_size=50, max_n_gen=100, max_stagnating_gen=20, runs=5, scoring='accuracy', # n_jobs=-1, random_state=42)...

Nice Video, Thanks May I know How to install Tp-link Tapo c200 app in raspberry pi 4

Can I have some help on this please I have 2 pyod Isolation Forest algorithms, one with 100 estimators, another with 750 estimators attached both modelProto files in compressed text...