mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
analysis.py v 1.1.11.010
This commit is contained in:
parent
8dec793bdd
commit
00a18d461b
@ -11,6 +11,8 @@ __version__ = "1.1.11.009"
|
|||||||
|
|
||||||
# changelog should be viewed using print(analysis.__changelog__)
|
# changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
1.1.11.010:
|
||||||
|
- alphabeticaly ordered import lists
|
||||||
1.1.11.009:
|
1.1.11.009:
|
||||||
- bug fixes
|
- bug fixes
|
||||||
1.1.11.008:
|
1.1.11.008:
|
||||||
@ -249,13 +251,13 @@ import numba
|
|||||||
from numba import jit
|
from numba import jit
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import math
|
import math
|
||||||
|
import sklearn
|
||||||
|
from sklearn import *
|
||||||
|
import torch
|
||||||
try:
|
try:
|
||||||
from analysis import trueskill as Trueskill
|
from analysis import trueskill as Trueskill
|
||||||
except:
|
except:
|
||||||
import trueskill as Trueskill
|
import trueskill as Trueskill
|
||||||
import sklearn
|
|
||||||
from sklearn import *
|
|
||||||
import torch
|
|
||||||
|
|
||||||
class error(ValueError):
|
class error(ValueError):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user