mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
analysis.py v 1.1.2.001
This commit is contained in:
parent
0991757ddb
commit
4d01067a57
BIN
data analysis/analysis/__pycache__/analysis.cpython-36.pyc
Normal file
BIN
data analysis/analysis/__pycache__/analysis.cpython-36.pyc
Normal file
Binary file not shown.
@ -7,10 +7,12 @@
|
||||
# current benchmark of optimization: 1.33 times faster
|
||||
# setup:
|
||||
|
||||
__version__ = "1.1.2.000"
|
||||
__version__ = "1.1.2.001"
|
||||
|
||||
# changelog should be viewed using print(analysis.__changelog__)
|
||||
__changelog__ = """changelog:
|
||||
1.1.2.001:
|
||||
- readded regrression import
|
||||
1.1.2.000:
|
||||
- integrated regression.py as regression class
|
||||
- removed regression import
|
||||
@ -166,6 +168,10 @@ import numba
|
||||
from numba import jit
|
||||
import numpy as np
|
||||
import math
|
||||
try:
|
||||
from analysis import regression
|
||||
except:
|
||||
pass
|
||||
from sklearn import metrics
|
||||
from sklearn import preprocessing
|
||||
import torch
|
||||
|
Loading…
Reference in New Issue
Block a user