mirror of
https://github.com/shizand/statapp.git
synced 2025-04-01 23:23:45 +03:00
удалены лишние комментарии
This commit is contained in:
parent
81673d16ae
commit
ec01f65e0e
@ -38,15 +38,6 @@ def main():
|
|||||||
window = MainWindow()
|
window = MainWindow()
|
||||||
window.show()
|
window.show()
|
||||||
return app.exec_()
|
return app.exec_()
|
||||||
# n = 100
|
|
||||||
# y = generateYValues(100, 5, n)
|
|
||||||
# x1 = generateXValues(20, 2, 0, y)
|
|
||||||
# x2 = generateXValues(10, 1, 0, y)
|
|
||||||
# data = np.concatenate([y, x1, x2], axis=1)
|
|
||||||
#
|
|
||||||
# result = linearPolynom(data)
|
|
||||||
#
|
|
||||||
# prediction(data, result)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user