Closed rabah-khalek closed 1 year ago
@jmsquare : is there a way to enlarge "warnings" and "hints" on sphinx?
put:
In the case of binary classification, an array of probabilities is also accepted. Make sure that the probability provided is for the first label provided in classification_labels.
next to classification_labels.
Stress on the fact that classification_labels
and classification_threshold
are relevant only for classification
use iris as example for snippets in model and dataset (https://rasbt.github.io/mlxtend/user_guide/data/iris_data/):
iris = datasets.load_iris()
df_iris = pd.DataFrame(iris.data,columns=iris.feature_names)
d = {0: 'setosa', 1: 'versicolor', 2: 'virginica'}
Classfication_labels: Type: dict or a list The mapping of your classification labels. It’s a dictionnary where the
If the keys are already human readable you can simply use put your classification labels as list of string
add tabs for each of:
in the guides and only highlight relevant parameters
@rabah-khalek-khalek is this card still in progress?
What needs to be implemented was already implemented here.
rabah-khalek:
classification_label
are computed automatically, and which element of an array is the lowest/highest probability@kevinmessiaen :
DataQuality
can’t be resolved fromgiskard
DataQuality
in our doc, we need to put some link between step 4 and 5run
and think that we can only test the same modelFrom SyncLinear.com | GSK-989