Re: [ML] IGNITE-9282 Naive Bayes task split

2018-10-06 Thread Alexey Zinoviev
Dear Ravil, will help with review next week, currently a lot of work with
release documentation review/writing.

Of course, you could assign Standart Scaler task for yourself.


пт, 5 окт. 2018 г. в 16:38, Ravil Galeyev :

> Hi Team
>
> so, can somebody look at PR https://github.com/apache/ignite/pull/4869
> with
> naive Bayes?
>
> @zaleslaw, @ybabak do you have time?
> if reviewing takes time, can I take some other task?
> I.e. I can implement IGNITE-9284
>  Standart scaler for a
> while.
> Because I've already implemented one preprocessor and know what to do.
>
> On Mon, 1 Oct 2018 at 09:44 Alexey Zinoviev 
> wrote:
>
> > Great, I support this idea, will help with review too
> >
> >
> >
> > --
> > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
> >
>


Re: Should we make the interface ClusterNode to extend Serializable?

2018-10-06 Thread Dmitriy Setrakyan
Got it. I did not know about DiscoveryEvent.

On Sat, Oct 6, 2018 at 7:04 AM Vyacheslav Daradur 
wrote:

> Hi Dmitriy,
>
> It's not about users, it's about some kind of mismatch when
> serializable objects like 'DiscoveryEvent' contains non-serializable
> fields.
>
> I'm not seeing a big problem for the project just want to point this
> out and to resolve if needed.
> On Fri, Oct 5, 2018 at 8:55 PM Dmitriy Setrakyan 
> wrote:
> >
> > I think I would be against it. Why would anyone serialize ClusterNode
> > outside of Ignite? Did we get any complaints from users?
> >
> > D.
> >
> > On Fri, Oct 5, 2018 at 3:55 AM Vyacheslav Daradur 
> > wrote:
> >
> > > Hi Igniters!
> > >
> > > I've noticed that interface 'ClusterNode' doesn't extend
> > > 'Serializable', but at the same time its implementations are being
> > > transferred across the network widely.
> > >
> > > We have not faced the problem because of the most used implementation
> > > 'TcpDiscoveryNode' implemented 'Externalizable' that allows JVM to
> > > delegate the serialization to the implementation.
> > >
> > > I'd suggest making the interface ClusterNode to extend Serializable.
> > >
> > > What do you think?
> > >
> > > --
> > > Best Regards, Vyacheslav D.
> > >
>
>
>
> --
> Best Regards, Vyacheslav D.
>


Re: Should we make the interface ClusterNode to extend Serializable?

2018-10-06 Thread Vyacheslav Daradur
Hi Dmitriy,

It's not about users, it's about some kind of mismatch when
serializable objects like 'DiscoveryEvent' contains non-serializable
fields.

I'm not seeing a big problem for the project just want to point this
out and to resolve if needed.
On Fri, Oct 5, 2018 at 8:55 PM Dmitriy Setrakyan  wrote:
>
> I think I would be against it. Why would anyone serialize ClusterNode
> outside of Ignite? Did we get any complaints from users?
>
> D.
>
> On Fri, Oct 5, 2018 at 3:55 AM Vyacheslav Daradur 
> wrote:
>
> > Hi Igniters!
> >
> > I've noticed that interface 'ClusterNode' doesn't extend
> > 'Serializable', but at the same time its implementations are being
> > transferred across the network widely.
> >
> > We have not faced the problem because of the most used implementation
> > 'TcpDiscoveryNode' implemented 'Externalizable' that allows JVM to
> > delegate the serialization to the implementation.
> >
> > I'd suggest making the interface ClusterNode to extend Serializable.
> >
> > What do you think?
> >
> > --
> > Best Regards, Vyacheslav D.
> >



-- 
Best Regards, Vyacheslav D.


[jira] [Created] (IGNITE-9805) Make line graphs with animation

2018-10-06 Thread Nikolai Kulagin (JIRA)
Nikolai Kulagin created IGNITE-9805:
---

 Summary: Make line graphs with animation
 Key: IGNITE-9805
 URL: https://issues.apache.org/jira/browse/IGNITE-9805
 Project: Ignite
  Issue Type: Sub-task
Reporter: Nikolai Kulagin
Assignee: Nikolai Kulagin


Add the ability to view a specific point on the line graph



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)