Shamit Bagchi
Shamit Bagchi
smoking_classifier.predict(["Smoking can lead to arterial congestions. This in the long run is injurious and even fatal as per a WHO advisory"]) I get result as: tensor([[0.], [1.], [1.], [0.]]) How...
I get cannot launch node of type [swri_profiler/basic_profiler_example_node]: swri_profiler
Most issues are due to image size and type errors regarding ints, tuples or string mismatches. TypeError: tuple indices must be integers or slices, not str for pix2seq_inference_multitask.ipynb in Object...
How to use the SGDClassifier based on Output from a TFIDFVectorizer and chi-sq transform (vectorized text) X_test_matrix = pd.DataFrame(X_test.toarray()) sample = shap.sample(X_test_matrix, 20) explainer = shap.KernelExplainer(clf.predict, sample) shap_values = explainer.shap_values(sample)...