about summary refs log tree commit diff
diff options
context:
space:
mode:
authorziejd22018-04-27 01:37:40 -0500
committerGitHub2018-04-27 01:37:40 -0500
commit9fb2231d220733522f5fefb4ff9d41e5700599fd (patch)
tree964a02207aea859bdcf829ae3937bb470b82bfc2
parent542e19c08949df3ff627c131cb3218d731a498ef (diff)
downloadBNW-9fb2231d220733522f5fefb4ff9d41e5700599fd.tar.gz
Update BNW_to_do.txt
-rw-r--r--BNW_to_do.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/BNW_to_do.txt b/BNW_to_do.txt
index ad4881c6..845cb661 100644
--- a/BNW_to_do.txt
+++ b/BNW_to_do.txt
@@ -1,20 +1,20 @@
-Smaller projects:

+1) Add some type of cross-validation. I am working on this and should have something ready soon.

 

-1) Improve interface for users with a known structure ("Make predictions using a known structure" on the BNW homepage).

-     It should be more clear what button needs to be clicked to go to the next step. Would it be better to upload the data and structure files on the same page.

+2) Improve interface for users with a known structure ("Make predictions using a known structure" on the BNW homepage).

+It should be more clear what button needs to be clicked to go to the next step. It might be better to upload the data and structure files on the same page.

+The related files are home_upload.php, upload_structure_file.php, and net_structure.php.

 

-2) Improve look when viewing additional files. 

-Specifically, I am referring to data available in "View uploaded variabels and data", "Display structure matrix", and "View parameters".

+3) Improve look when viewing additional files. 

+Specifically, I am referring to data available in "View uploaded variabels and data", "Display structure matrix", and "View parameters". The related files are input_check.php, matrix.php, and parameter_display.php, respectively.

 

-3) Add more informative error messages.

-

-Bigger projects:

-

-1) Add additional image of the network model that displays only the node names.

+4) Add additional image of the network model that displays only the node names.

 This could be the first visualization of the network that is displayed after structure learning. 

 A couple of desired features: nodes that can be dragged and the potential to export a high quality image.

 There would be a button somewhere with something like: "Make predictions with network" that would take users to current network visualization.

+This would be viewed before layout.php.

+

+5) Allow users to log into BNW to easily save and return to networks.

 

-2) Add some type of cross-validation. I am working on this.

+6) Add more informative error messages.

 

-3) Parallelize the structure learning code. 
\ No newline at end of file
+7) Parallelize the structure learning code.