You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🥹 didn't work !
Can you please add a sample data for graph_df so i can try in create the model. BayesianNetwork(config=BayesianNetwork.config_class(graph=graph_df))
graph_df:
The text was updated successfully, but these errors were encountered:
hi @chenghaoliu89
i have training data in below format, that can be converted to pd.DataFrame. How can i train the BayesianNetwork on this data. And, please add the some highlights for graph_df data (is it an adjacency_metrics form of data). can you help to create or get graph_df data. after converting to 3d metrics it raise nx.NetworkXError("Input is not a valid edge list") from err networkx.exception.NetworkXError: Input is not a valid edge list
is it possible to see the graph_df data that you used to test the model.
I tried a sample data but it doesn't match.
Cause Effect Strength Direction
0
NetworkTraffic Throughput Weak inhibits1
Workload Latency Strong inhibits🥹 didn't work !
Can you please add a sample data for graph_df so i can try in create the model.
BayesianNetwork(config=BayesianNetwork.config_class(graph=graph_df))
graph_df:
The text was updated successfully, but these errors were encountered: