plots¶
-
silk_ml.plots.plot_mainfold(method, data, target_name)[source]¶ Plots the information using dimensionality reduction
- Parameters
method (Class.fit_transform) – Mainfold transformation method
data (pd.DataFrame) – Dataset to reduce, with two classes
target_name (str) – Name of the variable to classify
-
silk_ml.plots.plot_categorical(X, Y, catego_var, target_name)[source]¶ Plots the categorical variable, showing the two classes
-
silk_ml.plots.plot_numerical(positive, negative, numeric_var, target_name)[source]¶ Plots the information using dimentionality reduction