-
As an evalml user, I'd like to be able to use `explain_prediction`, `explain_predictions`, and `explain_prediction_best_worst` to analyze the predictions of my time series pipeline.
I think there a…
-
Hi team,
I was trying to run the X regressor with multiple treatments ('control', 'treatment_1', 'treatment_2'),
for 1000 rows.
learner_x = BaseXRegressor(learner=XGBRegressor(), control_name='…
-
Once data is collected predictions can be made with it.
Basic Prediction
- [x] Get data from timescaleDB
- [x] Perform preidction on it
- [x] Upload to db
Account for all stock data
- [x] Fill…
-
Hi,
I am running Epinano in a dataset with only 1 sample and the results shows that all bases are modify which is strange (almost 1M bases).
I followed the instructions and generated a file `human_…
-
Hello @Cartucho i have some question about mAP.
as far as i know the mAP is method for evaluate object detection task, but i have confuse for the result.
I try to set a different threshold and i got…
-
Hi Daniele, thank you for this really useful package!
I have a question about the input to my GCN. I am attempting to merge a GCN with a CNN. Construction of the model works fine, however, when spe…
-
Hi,
I'm trying to make a prediction with the ONNX midas model.
About the input i'm resizing my image, and scaline / offsetting (but i don't know if i am using the right values as there is no docu…
-
Hello! Thanks for you work!
I have two questions:
1. What is the `.pmf` format and what is it used for?
2. While opening `.png` depth maps how to convert them into float32 in meters units?
-
Hello,
I've noticed that a few of my samples have something like a `pncA_T-12C`, and I was just wondering what the `-` between the `T` and `12` means?
To give an example of the full call, it's `…
-
A Dalex explainer takes only numpy.ndarray or pandas.Series or pandas.DataFrame
Which would normally not be a problem but I did a speed test with catboost predict and this actually slows the predic…