UNCG-CSE / Library-Computer-Usage-Analysis

The University Libraries at UNCG currently track the state of a computer, determining whether or not a particular computer is in use. This data is compiled into a database, and a web app pulls from this database to show a map and number of available computers. As of Fall 2017, the data had not been used to determine which computers are used more frequently, aside from counting the number of times a computer transitions into/away from the 'in-use' state. This project attempts to correlate the usage of these computers with various factors, including: campus scheduling, equipment configuration, placement, population in the library, and area weather. Using this data, this project also uses machine learning to determine the best placement of computers for future allocation, and possible reconfiguration of equipment and space.
1 stars 1 forks source link

How to revert #39

Closed PatriciaTanzer closed 6 years ago

PatriciaTanzer commented 6 years ago

Does anyone know how to revert a specific commit in master? I pushed to the wrong branch.

On the bright side, it's just develop with a few more lines in the GSO Weather file.

PatriciaTanzer commented 6 years ago

Never mind. Figured it out. Have to revert local changes and then push the revert. The second step wasn't clear from the documentation.