Skip to content

Commit

Permalink
waow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawith committed Apr 20, 2025
1 parent a8cae58 commit 2e5ef1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pyspark.ml.feature import PCA
from pyspark.ml.linalg import Vectors

from etl import load
from pipe.etl import load

def category_distribution(data):
"""
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import jax
import json
import numpy as np
from pipe.pipe import SpectrogramPipe
import pyspark as spark
#from pyspark.ml.feature import OneHotEncoder, StringIndexer
from pyspark.sql import SparkSession, functions, types, Row
Expand All @@ -25,7 +24,7 @@
from sklearn.preprocessing import OneHotEncoder

from model.model import TimeSeriesTransformer as TSTF
from etl import load
from pipe.etl import load

with open("parameters.json", "r") as file:
params = json.load(file)
Expand Down

0 comments on commit 2e5ef1f

Please sign in to comment.