Contact Details
No response
Short description of the problem here.
I got this warning when import causalNex
from causalnex.structure import StructureModel
from causalnex.plots import plot_structure, NODE_STYLE, EDGE_STYLE
from causalnex.structure.notears import from_pandas
from causalnex.network import BayesianNetwork
from causalnex.discretiser import Discretiser

CausalNex Version
0.12.1
Python Version
3.8.19
Relevant code snippet
from causalnex.structure import StructureModel # create empty structure
from causalnex.plots import plot_structure, NODE_STYLE, EDGE_STYLE # Visualize
from causalnex.structure.notears import from_pandas # applied NOTEARS
from causalnex.network import BayesianNetwork # applied BayesianNetwork
from causalnex.discretiser import Discretiser
import networkx as nx # exporting the Structure
from matplotlib import pyplot as plt
import numpy as np
import pandas as pd
from sklearn.preprocessing import LabelEncoder
from sklearn.model_selection import train_test_split
Relevant log output
WARNING:root:MDLP was not imported successfully
Code of Conduct
Contact Details
No response
Short description of the problem here.
I got this warning when import causalNex
from causalnex.structure import StructureModelfrom causalnex.plots import plot_structure, NODE_STYLE, EDGE_STYLEfrom causalnex.structure.notears import from_pandasfrom causalnex.network import BayesianNetworkfrom causalnex.discretiser import DiscretiserCausalNex Version
0.12.1
Python Version
3.8.19
Relevant code snippet
Relevant log output
Code of Conduct