-
Notifications
You must be signed in to change notification settings - Fork 276
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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_splitRelevant log output
WARNING:root:MDLP was not imported successfullyCode of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
