Coder Social home page Coder Social logo

ml-matrix's People

Contributors

concretevitamin avatar dputler2 avatar rolloff avatar shivaram avatar tomerk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ml-matrix's Issues

The netlib dependency is "com.github.fommil.netlib" % "all" % "1.1.2" pomOnly()

The netlib dependency is "com.github.fommil.netlib" % "all" % "1.1.2" pomOnly(), pomOnly() is missing in this project's build.sbt.
My project depends on keystoneml, and keystoneml depends on ml-matrix. So maven wants to download com.github.fommil.netlib.all.jar:1.1.2 and get a failure. No jar file in com.github.fommil.netlib.all, only a pom.

In EC2.md File

Is it supposed to be:

spark.executor.extraClassPath
/root/ml-matrix/target/scala-2.10/mlmatrix-assembly-0.1.1.jar:/root/ephemeral-hdfs/conf

instead of:
spark.executor.extraClassPath
/root/ml-matrix/target/scala-2.10/mlmatrix-assembly-0.1.jar:/root/ephemeral-hdfs/conf

Module parse failed: Unexpected character '#' (7:2) File was processed with these loaders:

Has anyone encountered something like this?

Background: About a week ago, the (React) project was working fine and everything was normal.

Around the same time, I started working on a new project, but this time using React Native. Both projects are on the same working machine but naturally in different folders. During the initial setup of the React Native project, I had to deal with a bunch of errors, and apparently, in one of those error resolutions, I either updated a package (probably unnecessarily) or installed a new one.

I returned to the old project only a couple of days later and found this error. Therefore, I can't determine what exactly broke it.

I tried npm clean cache + delete node_modules + delete package-lock.json, but it didn't help.

Rolling back to an old commit also didn't resolve the issues (even going back 5 commits).

The project was originally built using CRA (Create React App). There are no files such as .babelrc, babel.config.js, webpack.config.js.

Failed to compile.

./node_modules/ml-matrix/src/symmetricMatrix.js 7:2
Module parse failed: Unexpected character '#' (7:2)
File was processed with these loaders:
 * ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| export class SymmetricMatrix extends AbstractMatrix {
|   /** @type {Matrix} */
>   #matrix;
|   get size() {
|     return this.#matrix.size;

Tryed to use @babel/preset-env, but its doesnt work Remove node-modules + package-lock.json + npm clean cache - doesnt work Also i tryed prev commit, same - just doesnt work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.